
Time bar (total: 9.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 0 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 1 |
| 0% | 0% | 100% | 0% | 0% | 0% | 0% | 2 |
| 25% | 25% | 75% | 0% | 0% | 0% | 0% | 3 |
| 50% | 50% | 50% | 0% | 0% | 0% | 0% | 4 |
| 62.5% | 62.5% | 37.5% | 0% | 0% | 0% | 0% | 5 |
| 68.8% | 68.7% | 31.2% | 0% | 0% | 0% | 0% | 6 |
| 71.9% | 71.8% | 28.1% | 0% | 0% | 0% | 0% | 7 |
| 73.4% | 73.4% | 26.5% | 0% | 0% | 0% | 0% | 8 |
| 74.2% | 74.2% | 25.8% | 0% | 0% | 0% | 0% | 9 |
| 74.6% | 74.6% | 25.4% | 0% | 0% | 0% | 0% | 10 |
| 74.8% | 74.8% | 25.2% | 0% | 0% | 0% | 0% | 11 |
| 74.9% | 74.9% | 25.1% | 0% | 0% | 0% | 0% | 12 |
Compiled 11 to 8 computations (27.3% saved)
ival-mult: 13.0ms (28% of total)ival-log: 12.0ms (25.8% of total)ival-add: 11.0ms (23.7% of total)ival-sqrt: 8.0ms (17.2% of total)const: 1.0ms (2.2% of total)backward-pass: 0.0ms (0% of total)| 1.3s | 2734× | 2 | valid |
| 680.0ms | 3336× | 1 | valid |
| 158.0ms | 2186× | 0 | valid |
ival-log: 1.1s (60.7% of total)ival-add: 201.0ms (11.6% of total)ival-mult: 180.0ms (10.4% of total)ival-sqrt: 159.0ms (9.2% of total)backward-pass: 123.0ms (7.1% of total)const: 19.0ms (1.1% of total)| 2× | egg-herbie |
| 216× | fnmadd-define |
| 196× | fmsub-define |
| 194× | fnmsub-define |
| 150× | sum3-define |
| 128× | fmm-def |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 27 |
| 1 | 32 | 19 |
| 2 | 62 | 19 |
| 3 | 110 | 19 |
| 4 | 248 | 19 |
| 5 | 451 | 19 |
| 6 | 657 | 19 |
| 7 | 795 | 19 |
| 8 | 826 | 19 |
| 0 | 7 | 8 |
| 1 | 12 | 6 |
| 2 | 13 | 6 |
| 3 | 14 | 6 |
| 0 | 14 | 6 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
| Outputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| Inputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
(log (+ (neg x) (sqrt (+ (* (neg x) (neg x)) 1)))) |
(neg (log (+ (neg x) (sqrt (+ (* (neg x) (neg x)) 1))))) |
| Outputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
(log (+ x (hypot 1 x))) |
(log (+ (neg x) (sqrt (+ (* (neg x) (neg x)) 1)))) |
(log (- (hypot 1 x) x)) |
(neg (log (+ (neg x) (sqrt (+ (* (neg x) (neg x)) 1))))) |
(neg (log (- (hypot 1 x) x))) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 128 | 0 | - | 0 | - | (log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
| 74 | 0 | - | 0 | - | (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
| 58 | 0 | - | 1 | (-5.808643328327411) | (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (+.f64 (*.f64 x x) #s(literal 1 binary64)) |
| 0 | 0 | - | 0 | - | (*.f64 x x) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 81.0ms | 168× | 2 | valid |
| 53.0ms | 196× | 1 | valid |
| 12.0ms | 148× | 0 | valid |
Compiled 80 to 23 computations (71.3% saved)
ival-log: 56.0ms (56.6% of total)ival-add: 12.0ms (12.1% of total)backward-pass: 11.0ms (11.1% of total)ival-mult: 10.0ms (10.1% of total)ival-sqrt: 9.0ms (9.1% of total)const: 1.0ms (1% of total)Compiled 7 to 5 computations (28.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 33.2% | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ▶ | 18.1% | (log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
Compiled 17 to 12 computations (29.4% saved)
| 1× | egg-herbie |
Found 7 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (hypot.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 0 | (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
| ✓ | cost-diff | 0 | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x x) #s(literal 1 binary64)) |
| ✓ | cost-diff | 192 | (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
| ✓ | cost-diff | 192 | (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
| ✓ | cost-diff | 192 | (log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
| 8× | +-lowering-+.f64 |
| 8× | +-lowering-+.f32 |
| 6× | +-commutative |
| 2× | hypot-1-def |
| 2× | sqrt-lowering-sqrt.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 39 |
| 1 | 18 | 39 |
| 0 | 18 | 39 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
(+ x (sqrt (+ (* x x) 1))) |
x |
(sqrt (+ (* x x) 1)) |
(+ (* x x) 1) |
(* x x) |
1 |
(log (+ x (sqrt (+ (* 1 1) (* x x))))) |
(+ x (sqrt (+ (* 1 1) (* x x)))) |
x |
(sqrt (+ (* 1 1) (* x x))) |
1 |
| Outputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(+ x (sqrt (+ (* x x) 1))) |
(+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
x |
(sqrt (+ (* x x) 1)) |
(hypot.f64 #s(literal 1 binary64) x) |
(+ (* x x) 1) |
(+.f64 (*.f64 x x) #s(literal 1 binary64)) |
(* x x) |
(*.f64 x x) |
1 |
#s(literal 1 binary64) |
(log (+ x (sqrt (+ (* 1 1) (* x x))))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(+ x (sqrt (+ (* 1 1) (* x x)))) |
(+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
x |
(sqrt (+ (* 1 1) (* x x))) |
(hypot.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
Found 7 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (hypot.f64 #s(literal 1 binary64) x) |
| ✓ | accuracy | 99.9% | (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 99.9% | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 99.9% | (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
| ✓ | accuracy | 99.9% | (log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
| ✓ | accuracy | 85.8% | (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
| 228.0ms | 182× | 5 | exit |
| 32.0ms | 74× | 0 | valid |
Compiled 51 to 11 computations (78.4% saved)
ival-log: 71.0ms (41.1% of total)backward-pass: 27.0ms (15.6% of total)ival-add: 26.0ms (15% of total)compiled-spec: 21.0ms (12.2% of total)ival-mult: 14.0ms (8.1% of total)ival-sqrt: 12.0ms (6.9% of total)const: 1.0ms (0.6% of total)| Inputs |
|---|
#<alt (log (+ x (sqrt (+ (* x x) 1))))> |
#<alt (+ x (sqrt (+ (* x x) 1)))> |
#<alt (sqrt (+ (* x x) 1))> |
#<alt (+ (* x x) 1)> |
#<alt (log (+ x (sqrt (+ (* 1 1) (* x x)))))> |
#<alt (+ x (sqrt (+ (* 1 1) (* x x))))> |
#<alt (sqrt (+ (* 1 1) (* x x)))> |
#<alt (* x x)> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2)))))))> |
#<alt (* 2 x)> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))> |
#<alt (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))> |
#<alt x> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))> |
#<alt (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))> |
#<alt (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))> |
#<alt 1> |
#<alt (+ 1 (pow x 2))> |
#<alt (+ 1 (pow x 2))> |
#<alt (+ 1 (pow x 2))> |
#<alt (pow x 2)> |
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))> |
#<alt (pow x 2)> |
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1 (/ 1 (pow x 2))))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2)))))))> |
#<alt (* 2 x)> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))> |
#<alt (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x))> |
#<alt 1> |
#<alt (+ 1 (* 1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2)))))> |
#<alt (+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8)))))> |
#<alt x> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))> |
#<alt (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))))> |
#<alt (* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
24 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | (log (+ x (sqrt (+ (* x x) 1)))) |
| 1.0ms | x | @ | -inf | (log (+ x (sqrt (+ (* x x) 1)))) |
| 1.0ms | x | @ | inf | (log (+ x (sqrt (+ (* x x) 1)))) |
| 0.0ms | x | @ | -inf | (+ x (sqrt (+ (* x x) 1))) |
| 0.0ms | x | @ | inf | (+ (* x x) 1) |
| 1× | batch-egg-rewrite |
| 2240× | *-lowering-*.f32 |
| 2240× | *-lowering-*.f64 |
| 1890× | /-lowering-/.f32 |
| 1890× | /-lowering-/.f64 |
| 1798× | sum5-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 35 |
| 1 | 67 | 35 |
| 2 | 431 | 35 |
| 3 | 5208 | 35 |
| 0 | 8105 | 35 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(log (+ x (sqrt (+ (* x x) 1)))) |
(+ x (sqrt (+ (* x x) 1))) |
(sqrt (+ (* x x) 1)) |
(+ (* x x) 1) |
(log (+ x (sqrt (+ (* 1 1) (* x x))))) |
(+ x (sqrt (+ (* 1 1) (* x x)))) |
(sqrt (+ (* 1 1) (* x x))) |
(* x x) |
| Outputs |
|---|
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(+.f64 (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (/.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 #s(literal 0 binary64) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (neg.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))))) |
(+.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (/.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))))) |
(+.f64 (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log1p.f64 (-.f64 (*.f64 x x) (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x)))) |
(+.f64 (neg.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) |
(+.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(+.f64 (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 3 binary64))))) (log.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 x x)))))) |
(+.f64 (log.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 2 binary64))))) (log.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (log.f64 (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log1p.f64 (-.f64 (*.f64 x x) (*.f64 x x))) (log.f64 (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(neg.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) #s(literal 3 binary64))) (+.f64 (*.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (+.f64 (*.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (*.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) #s(literal 3 binary64)) (pow.f64 (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (+.f64 (*.f64 (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (*.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) (log.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
(+.f64 (hypot.f64 #s(literal 1 binary64) x) x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(-.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x)) (/.f64 (*.f64 x x) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) x) |
(neg.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (hypot.f64 #s(literal 1 binary64) x) x) (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 9/2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (+.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (-.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (/.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log1p.f64 (*.f64 x x)))) |
(hypot.f64 #s(literal 1 binary64) x) |
(hypot.f64 #s(literal 1 binary64) (exp.f64 (log.f64 x))) |
(fabs.f64 (hypot.f64 #s(literal 1 binary64) x)) |
(sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))))) |
(/.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (sqrt.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(pow.f64 (hypot.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (hypot.f64 #s(literal 1 binary64) x)) (sqrt.f64 (hypot.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 x x) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(exp.f64 (log1p.f64 (*.f64 x x))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log1p.f64 (*.f64 x x))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log1p.f64 (*.f64 x x)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) #s(literal 1/2 binary64))) |
(hypot.f64 (hypot.f64 #s(literal 1 binary64) x) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(hypot.f64 (*.f64 x (hypot.f64 #s(literal 1 binary64) x)) (hypot.f64 #s(literal 1 binary64) x)) |
(fabs.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
(fma.f64 x x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) x) (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) x) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) x) (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (hypot.f64 #s(literal 1 binary64) x)) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (hypot.f64 #s(literal 1 binary64) x)) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (hypot.f64 #s(literal 1 binary64) x)) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(pow.f64 (hypot.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
(pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (hypot.f64 #s(literal 1 binary64) x) (hypot.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (hypot.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (*.f64 (hypot.f64 #s(literal 1 binary64) x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (*.f64 x x) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(+.f64 (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (/.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 #s(literal 0 binary64) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (neg.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))))) |
(+.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (/.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))))) |
(+.f64 (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log1p.f64 (-.f64 (*.f64 x x) (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x)))) |
(+.f64 (neg.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) |
(+.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(+.f64 (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 3 binary64))))) (log.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 x x)))))) |
(+.f64 (log.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 2 binary64))))) (log.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (log.f64 (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log1p.f64 (-.f64 (*.f64 x x) (*.f64 x x))) (log.f64 (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(neg.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) #s(literal 3 binary64))) (+.f64 (*.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (+.f64 (*.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (*.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) #s(literal 3 binary64)) (pow.f64 (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (+.f64 (*.f64 (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (*.f64 (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log1p.f64 (+.f64 (*.f64 x x) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) (log.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (log.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
(+.f64 (hypot.f64 #s(literal 1 binary64) x) x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(-.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x)) (/.f64 (*.f64 x x) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) x) |
(neg.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (hypot.f64 #s(literal 1 binary64) x) x) (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 9/2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (+.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal 1 binary64)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 9/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (-.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (/.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (hypot.f64 #s(literal 1 binary64) x) x))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 3/2 binary64)))) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log1p.f64 (*.f64 x x)))) |
(hypot.f64 #s(literal 1 binary64) x) |
(hypot.f64 #s(literal 1 binary64) (exp.f64 (log.f64 x))) |
(fabs.f64 (hypot.f64 #s(literal 1 binary64) x)) |
(sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))))) |
(/.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (sqrt.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(pow.f64 (hypot.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(*.f64 (hypot.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (hypot.f64 #s(literal 1 binary64) x)) (sqrt.f64 (hypot.f64 #s(literal 1 binary64) x))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 x))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
| 1× | egg-herbie |
| 3468× | +-lowering-+.f64 |
| 3468× | +-lowering-+.f32 |
| 2510× | *-lowering-*.f32 |
| 2510× | *-lowering-*.f64 |
| 1576× | sum4-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 125 | 956 |
| 1 | 367 | 871 |
| 2 | 1126 | 837 |
| 3 | 3910 | 791 |
| 0 | 8541 | 791 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))) |
1 |
(+ 1 x) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))) |
(* 2 x) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(* -1 x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))) |
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))) |
1 |
(+ 1 (pow x 2)) |
(+ 1 (pow x 2)) |
(+ 1 (pow x 2)) |
(pow x 2) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(pow x 2) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))) |
1 |
(+ 1 x) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))) |
(* 2 x) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)) |
1 |
(+ 1 (* 1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(* -1 x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))) |
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
| Outputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (log.f64 x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))) |
(+.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal -3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal 5/96 binary64) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (log.f64 x) (/.f64 #s(literal -3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))) |
(+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (+.f64 (log.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) (/.f64 #s(literal -5/96 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal -1/8 binary64)))))))) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) x)) |
(* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(+.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) (*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)) |
(/.f64 (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal 5/128 binary64) (pow.f64 x #s(literal 6 binary64))))) x) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal -1/8 binary64)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x #s(literal 1/16 binary64))))))))) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(-.f64 x (/.f64 #s(literal -1/2 binary64) x)) |
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(+.f64 x (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(+.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))) |
(-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) x) |
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))) |
(+.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (pow x 2)) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(+ 1 (pow x 2)) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(+ 1 (pow x 2)) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(pow x 2) |
(*.f64 x x) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(pow x 2) |
(*.f64 x x) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1 (/ 1 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (log.f64 x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))) |
(+.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal -3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal 5/96 binary64) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (log.f64 x) (/.f64 #s(literal -3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))) |
(+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (+.f64 (log.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) (/.f64 #s(literal -5/96 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal -1/8 binary64)))))))) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1/2 binary64) x)) |
(* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(+.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) (*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)) |
(/.f64 (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal 5/128 binary64) (pow.f64 x #s(literal 6 binary64))))) x) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/2 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) |
(+ 1 (* (pow x 2) (+ 1/2 (* -1/8 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal -1/8 binary64)))))) |
(+ 1 (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/16 (pow x 2)) 1/8))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x #s(literal 1/16 binary64))))))))) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(-.f64 x (/.f64 #s(literal -1/2 binary64) x)) |
(* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(+.f64 x (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(+.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 (* x (- (+ 1 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))) |
(-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) x) |
(* -1 (* x (- (+ 1 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))) |
(+.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64)))))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
Compiled 11910 to 1230 computations (89.7% saved)
14 alts after pruning (13 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 431 | 13 | 444 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 432 | 14 | 446 |
| Status | Accuracy | Program |
|---|---|---|
| 50.8% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) | |
| 52.3% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) | |
| ▶ | 50.7% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
| 7.0% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) | |
| 7.4% | (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) | |
| 23.2% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) | |
| ▶ | 22.6% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
| 22.6% | (log.f64 (/.f64 #s(literal -1/2 binary64) x)) | |
| 26.7% | (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) | |
| ✓ | 33.2% | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ▶ | 1.9% | (log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| 27.5% | (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) | |
| ▶ | 26.6% | (log.f64 (+.f64 x x)) |
| ▶ | 52.6% | x |
Compiled 365 to 219 computations (40% saved)
| 1× | egg-herbie |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
| ✓ | cost-diff | 0 | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) x) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
| ✓ | cost-diff | 256 | (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) |
| ✓ | cost-diff | 256 | (log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| ✓ | cost-diff | 0 | (+.f64 x x) |
| ✓ | cost-diff | 0 | (log.f64 (+.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
| 2068× | fnmsub-define |
| 1636× | +-lowering-+.f64 |
| 1636× | +-lowering-+.f32 |
| 1368× | *-lowering-*.f32 |
| 1368× | *-lowering-*.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 24 | 155 |
| 1 | 57 | 137 |
| 2 | 109 | 130 |
| 3 | 213 | 124 |
| 4 | 267 | 124 |
| 5 | 694 | 124 |
| 6 | 2203 | 124 |
| 7 | 5049 | 124 |
| 0 | 8217 | 124 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* -1/6 (* x x)))) |
x |
(+ 1 (* -1/6 (* x x))) |
1 |
(* -1/6 (* x x)) |
-1/6 |
(* x x) |
(log (+ x x)) |
(+ x x) |
x |
(log (+ x (- (/ -1/2 x) x))) |
(+ x (- (/ -1/2 x) x)) |
x |
(- (/ -1/2 x) x) |
(/ -1/2 x) |
-1/2 |
(log (/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x)) |
(/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x) |
(+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) |
-1/2 |
(+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x))))) |
(/ 1/8 (* x x)) |
1/8 |
(* x x) |
x |
(/ -1/16 (* x (* x (* x x)))) |
-1/16 |
(* x (* x (* x x))) |
(* x (* x x)) |
| Outputs |
|---|
x |
(* x (+ 1 (* -1/6 (* x x)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
x |
(+ 1 (* -1/6 (* x x))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
1 |
#s(literal 1 binary64) |
(* -1/6 (* x x)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
-1/6 |
#s(literal -1/6 binary64) |
(* x x) |
(*.f64 x x) |
(log (+ x x)) |
(log.f64 (*.f64 x #s(literal 2 binary64))) |
(+ x x) |
(*.f64 x #s(literal 2 binary64)) |
x |
(log (+ x (- (/ -1/2 x) x))) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(+ x (- (/ -1/2 x) x)) |
(/.f64 #s(literal -1/2 binary64) x) |
x |
(- (/ -1/2 x) x) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
-1/2 |
#s(literal -1/2 binary64) |
(log (/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x)) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
(/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) |
(+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
-1/2 |
#s(literal -1/2 binary64) |
(+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x))))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/ 1/8 (* x x)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x x)) |
1/8 |
#s(literal 1/8 binary64) |
(* x x) |
(*.f64 x x) |
x |
(/ -1/16 (* x (* x (* x x)))) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
-1/16 |
#s(literal -1/16 binary64) |
(* x (* x (* x x))) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) x) |
| ✓ | accuracy | 100.0% | (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
| ✓ | accuracy | 100.0% | (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) |
| ✓ | accuracy | 100.0% | (log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| ✓ | accuracy | 100.0% | (+.f64 x x) |
| ✓ | accuracy | 100.0% | (log.f64 (+.f64 x x)) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
| 72.0ms | 256× | 0 | invalid |
Compiled 167 to 25 computations (85% saved)
ival-mult: 9.0ms (23% of total)ival-div: 8.0ms (20.5% of total)ival-log: 7.0ms (17.9% of total)ival-add: 6.0ms (15.3% of total)...c/correct-round.rkt:119:19: 6.0ms (15.3% of total)ival-sub: 1.0ms (2.6% of total)const: 1.0ms (2.6% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* x (+ 1 (* -1/6 (* x x))))> |
#<alt (+ 1 (* -1/6 (* x x)))> |
#<alt (* -1/6 (* x x))> |
#<alt (* x x)> |
#<alt (log (+ x x))> |
#<alt (+ x x)> |
#<alt (log (+ x (- (/ -1/2 x) x)))> |
#<alt (+ x (- (/ -1/2 x) x))> |
#<alt (- (/ -1/2 x) x)> |
#<alt (/ -1/2 x)> |
#<alt (log (/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x))> |
#<alt (/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x)> |
#<alt (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x))))))> |
#<alt (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))> |
#<alt (* x (* x x))> |
#<alt (* x (* x (* x x)))> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow x 2)))> |
#<alt (+ 1 (* -1/6 (pow x 2)))> |
#<alt (+ 1 (* -1/6 (pow x 2)))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (+ (log 2) (log x))> |
#<alt (+ (log 2) (log x))> |
#<alt (+ (log 2) (log x))> |
#<alt (+ (log 2) (log x))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log -2) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -2) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -2) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -2) (* -1 (log (/ -1 x))))> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (* 2 x)> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ (- (* -1 (pow x 2)) 1/2) x)> |
#<alt (/ (- (* -1 (pow x 2)) 1/2) x)> |
#<alt (/ (- (* -1 (pow x 2)) 1/2) x)> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (+ (log -1/16) (* -5 (log x)))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2))))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2))))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2))))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (/ -1/16 (pow x 5))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5))> |
#<alt (/ -1/2 x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x)> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (/ -1/16 (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (/ -1/16 (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ 1/8 (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ 1/8 (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
48 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 50.0ms | x | @ | 0 | (log (+ x (- (/ -1/2 x) x))) |
| 33.0ms | x | @ | -inf | (log (+ x (- (/ -1/2 x) x))) |
| 29.0ms | x | @ | 0 | (log (+ x x)) |
| 20.0ms | x | @ | -inf | (log (+ x x)) |
| 8.0ms | x | @ | inf | (log (+ x x)) |
| 1× | batch-egg-rewrite |
| 3390× | /-lowering-/.f32 |
| 3390× | /-lowering-/.f64 |
| 2864× | *-lowering-*.f32 |
| 2864× | *-lowering-*.f64 |
| 1806× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 24 | 125 |
| 1 | 157 | 104 |
| 2 | 1786 | 100 |
| 0 | 8892 | 100 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (+ 1 (* -1/6 (* x x)))) |
(+ 1 (* -1/6 (* x x))) |
(* -1/6 (* x x)) |
(* x x) |
(log (+ x x)) |
(+ x x) |
(log (+ x (- (/ -1/2 x) x))) |
(+ x (- (/ -1/2 x) x)) |
(- (/ -1/2 x) x) |
(/ -1/2 x) |
(log (/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x)) |
(/ (+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) x) |
(+ -1/2 (+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x)))))) |
(+ (/ 1/8 (* x x)) (/ -1/16 (* x (* x (* x x))))) |
(* x (* x x)) |
(* x (* x (* x x))) |
| Outputs |
|---|
(+.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) (-.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(fma.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)) x) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -1/6 binary64)) x) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64) x) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x x) x) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))))) (-.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))) x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))))) (neg.f64 (-.f64 x (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/6 binary64))) x #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)) #s(literal 1 binary64)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/216 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/36 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 x #s(literal -1/6 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/6 binary64))) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(log.f64 (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))) |
(+.f64 (log.f64 x) (log.f64 #s(literal 2 binary64))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+.f64 (log.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 0 binary64))))) |
(+.f64 (log.f64 #s(literal 0 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) #s(literal 0 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))))) |
(-.f64 (log.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) (log.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)))) |
(-.f64 (log.f64 #s(literal 0 binary64)) (log.f64 #s(literal 0 binary64))) |
(-.f64 (log.f64 (neg.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))))) (log.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64))))) |
(neg.f64 (log.f64 (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (log.f64 #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (+.f64 (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 #s(literal 2 binary64))) (-.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x))))) |
(+.f64 x x) |
(-.f64 (/.f64 (*.f64 x x) #s(literal 0 binary64)) (/.f64 (*.f64 x x) #s(literal 0 binary64))) |
(fma.f64 x #s(literal 1 binary64) x) |
(fma.f64 #s(literal 1 binary64) x x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))) (+.f64 (*.f64 x x) #s(literal 0 binary64))) |
(/.f64 #s(literal 0 binary64) #s(literal 0 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) (neg.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64))))) |
(pow.f64 (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 0 binary64)) (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(*.f64 x #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) x) |
(*.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 0 binary64) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal 0 binary64)))) |
(*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) #s(literal 0 binary64))) |
(log.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))) |
(+.f64 (log.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x)))))) |
(+.f64 (log.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))) (log.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))))) |
(-.f64 (log.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))) (log.f64 (+.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (-.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(-.f64 (log.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) (log.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) |
(-.f64 (log.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))))) (log.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x)))))) |
(-.f64 (log.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))))) (log.f64 (neg.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) (*.f64 x (*.f64 x x)))) (log.f64 (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 x x))) (log.f64 (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) |
(-.f64 (log.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (*.f64 x x))) (log.f64 (+.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x))) |
(neg.f64 (log.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))))) |
(neg.f64 (log.f64 (/.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))))) |
(+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) |
(+.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(+.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x) |
(+.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) |
(-.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) (/.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) |
(-.f64 (/.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x)) (/.f64 (*.f64 x x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) |
(-.f64 (/.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (+.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x)) (/.f64 (*.f64 x x) (+.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x))) |
(fma.f64 x #s(literal 1 binary64) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) |
(fma.f64 #s(literal 1 binary64) x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(fma.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64)))) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))) (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (-.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))) (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (-.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) (neg.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) |
(/.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 x x)) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x)) |
(/.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (*.f64 x x)) (+.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))))) (neg.f64 (neg.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 x x))) (neg.f64 (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (*.f64 x x))) (neg.f64 (+.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) x))) |
(/.f64 (+.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) x) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) x) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 (-.f64 #s(literal 0 binary64) x) x))))) |
(/.f64 (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (-.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) x))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (-.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) x))))) |
(*.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 0 binary64)) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) (/.f64 #s(literal 1 binary64) (-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (+.f64 (-.f64 #s(literal 0 binary64) x) x)) |
(+.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x) (fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(-.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (/.f64 (*.f64 x x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x))) (/.f64 (*.f64 x x) (-.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 #s(literal -1 binary64) x (/.f64 #s(literal -1/2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x)))) |
(/.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x))) (neg.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x))) (neg.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x)))) (neg.f64 (neg.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/2 binary64) x))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1/2 binary64) x) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
(+.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 0 binary64) (log.f64 x))) |
(+.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x))) |
(+.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (log.f64 x)) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64)))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (log.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (log.f64 (*.f64 x (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) x))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64))) (log.f64 (*.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x))) |
(-.f64 (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64))) (log.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (log.f64 x))))) (/.f64 (pow.f64 (log.f64 x) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (log.f64 x)))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x))) (/.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)))) |
(neg.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(neg.f64 (log.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (log.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (log.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64)))) (neg.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)))) |
(/.f64 (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (-.f64 #s(literal 0 binary64) (log.f64 x))) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 0 binary64) (log.f64 x)))))) |
(*.f64 #s(literal -1 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) x) (/.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 x (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (neg.f64 (*.f64 x (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) x))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) x))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(pow.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) x) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) x) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) x)) |
(+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) |
(+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(+.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)) |
(+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (-.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(fma.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) |
(fma.f64 #s(literal 1/16 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(fma.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/8 binary64) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1/8 binary64) x) (/.f64 #s(literal 1 binary64) x) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 #s(literal -1/16 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (-.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1/4 binary64)) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (-.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))))) (neg.f64 (-.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (pow.f64 (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64)) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) (+.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 3 binary64)) (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (/.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x))) (/.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1/16 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1/8 binary64) x) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 #s(literal -1/16 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal -1/16 binary64))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal 1/16 binary64))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (/.f64 #s(literal -1/16 binary64) x))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) (*.f64 x x)) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (*.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (/.f64 #s(literal -1/16 binary64) x))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal -1/16 binary64))) (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1/16 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) x) (*.f64 x (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x #s(literal 1/16 binary64))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (*.f64 x (*.f64 x x))) (*.f64 x (/.f64 #s(literal -1/16 binary64) x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (/.f64 (*.f64 x x) #s(literal 1/8 binary64)))) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) #s(literal 1/8 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 x (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (/.f64 #s(literal 1/8 binary64) x))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x x) #s(literal 1/8 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/8 binary64))) (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1/8 binary64) x))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x x) #s(literal 1/8 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1/8 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/8 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/8 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) x)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x x) #s(literal 1/8 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/8 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) x) (*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1/8 binary64) x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64)))) (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) #s(literal 1/8 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64)) #s(literal 1/64 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal -1/16 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal 1/16 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (/.f64 #s(literal -1/16 binary64) x)))) (neg.f64 (*.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) (*.f64 x x))) (neg.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (/.f64 #s(literal -1/16 binary64) x)))) (neg.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal -1/16 binary64)))) (neg.f64 (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1/16 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) x)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))) x)) (neg.f64 (*.f64 x (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x #s(literal -1/16 binary64)))) (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x #s(literal 1/16 binary64)))) (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (*.f64 x (*.f64 x x))) (*.f64 x (/.f64 #s(literal -1/16 binary64) x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) #s(literal 1/8 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) #s(literal -1/8 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 x (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) (/.f64 #s(literal 1/8 binary64) x)))) (neg.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)) x))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/8 binary64)))) (neg.f64 (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/16 binary64) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1/8 binary64) x)))) (neg.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1/8 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/8 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/8 binary64) x)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) x))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x x) #s(literal 1/8 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/8 binary64)))) (neg.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/8 binary64)))) (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) x) x) (*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1/8 binary64) x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))))) (neg.f64 (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))))) (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64)) #s(literal 1/64 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))) (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -1/16 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/4096 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/16 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x x) x) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(pow.f64 x #s(literal 4 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 2 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 2 binary64)) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x x)) x) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
| 1× | egg-herbie |
| 2334× | +-lowering-+.f64 |
| 2334× | +-lowering-+.f32 |
| 1998× | *-lowering-*.f32 |
| 1998× | *-lowering-*.f64 |
| 1632× | sum3-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 131 | 1209 |
| 1 | 347 | 1134 |
| 2 | 1009 | 1113 |
| 3 | 3173 | 1104 |
| 0 | 8497 | 1104 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* -1/6 (pow x 3)) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(* -1/6 (pow x 3)) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
1 |
(+ 1 (* -1/6 (pow x 2))) |
(+ 1 (* -1/6 (pow x 2))) |
(+ 1 (* -1/6 (pow x 2))) |
(* -1/6 (pow x 2)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(* -1/6 (pow x 2)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(+ (log 2) (log x)) |
(+ (log 2) (log x)) |
(+ (log 2) (log x)) |
(+ (log 2) (log x)) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(* 2 x) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ (- (* -1 (pow x 2)) 1/2) x) |
(/ (- (* -1 (pow x 2)) 1/2) x) |
(/ (- (* -1 (pow x 2)) 1/2) x) |
(* -1 x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(+ (log -1/16) (* -5 (log x))) |
(+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2)))) |
(+ (log -1/2) (log (/ 1 x))) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(/ -1/16 (pow x 5)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/ -1/2 x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/ -1/16 (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(/ -1/16 (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ 1/8 (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ 1/8 (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
| Outputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(+ 1 (* -1/6 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(+ 1 (* -1/6 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* (pow x 2) (- (/ 1 (pow x 2)) 1/6)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(* -1/6 (pow x 2)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(+ (log 2) (log x)) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (log x)) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (log x)) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (log x)) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal 2 binary64)) (log.f64 x)) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ (- (* -1 (pow x 2)) 1/2) x) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(/ (- (* -1 (pow x 2)) 1/2) x) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(/ (- (* -1 (pow x 2)) 1/2) x) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(* -1 (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(+ (log -1/16) (* -5 (log x))) |
(+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) |
(+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2)))) |
(+.f64 (log.f64 #s(literal -1/16 binary64)) (+.f64 (*.f64 (log.f64 x) #s(literal -5 binary64)) (*.f64 (*.f64 x x) #s(literal -2 binary64)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -2 binary64) (*.f64 (*.f64 x x) #s(literal 6 binary64)))))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) (*.f64 (*.f64 x x) (+.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 6 binary64) (*.f64 (*.f64 x x) #s(literal 40/3 binary64)))))))) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal -1/2 binary64)) (-.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) (log.f64 x))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1/2 binary64)) (-.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) (log.f64 x))) (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal -1/2 binary64)) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 5/192 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) (log.f64 x))))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (log.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (log.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 5/192 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))))) |
(/ -1/16 (pow x 5)) |
(/.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))))) (pow.f64 x #s(literal 5 binary64))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ -1/16 (pow x 4)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(/ -1/16 (pow x 4)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ 1/8 (pow x 2)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ 1/8 (pow x 2)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
Compiled 17665 to 2101 computations (88.1% saved)
15 alts after pruning (11 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 690 | 4 | 694 |
| Fresh | 1 | 7 | 8 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 693 | 15 | 708 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 50.7% | (+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
| 50.8% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) | |
| ▶ | 52.3% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
| 7.0% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) | |
| 7.4% | (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) | |
| ▶ | 23.2% | (log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
| ▶ | 22.7% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
| ▶ | 22.6% | (log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
| 26.7% | (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) | |
| ✓ | 33.2% | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ✓ | 1.9% | (log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| 27.5% | (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) | |
| ✓ | 26.6% | (log.f64 (+.f64 x x)) |
| 22.6% | (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) | |
| ✓ | 52.6% | x |
Compiled 387 to 233 computations (39.8% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
| ✓ | cost-diff | 0 | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) |
| ✓ | cost-diff | 0 | (log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) x) |
| ✓ | cost-diff | 0 | (log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
| 2156× | sum5-define |
| 2050× | fma-define |
| 1752× | fma-lowering-fma.f32 |
| 1752× | fma-lowering-fma.f64 |
| 1646× | fnmsub-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 30 | 212 |
| 1 | 71 | 205 |
| 2 | 150 | 199 |
| 3 | 374 | 199 |
| 4 | 681 | 199 |
| 5 | 872 | 199 |
| 6 | 998 | 199 |
| 7 | 1167 | 199 |
| 8 | 1564 | 199 |
| 9 | 4333 | 199 |
| 10 | 7440 | 199 |
| 0 | 8310 | 199 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40)))))) |
x |
(+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40))))) |
1 |
(* x (* x (+ -1/6 (* (* x x) 3/40)))) |
(* x (+ -1/6 (* (* x x) 3/40))) |
(+ -1/6 (* (* x x) 3/40)) |
-1/6 |
(* (* x x) 3/40) |
(* x x) |
3/40 |
(+ (* x (* -1/6 (* x x))) x) |
(* x (* -1/6 (* x x))) |
x |
(* -1/6 (* x x)) |
-1/6 |
(* x x) |
(log (/ -1/2 x)) |
(/ -1/2 x) |
-1/2 |
x |
(log (/ (- -1/2 (/ -1/8 (* x x))) x)) |
(/ (- -1/2 (/ -1/8 (* x x))) x) |
(- -1/2 (/ -1/8 (* x x))) |
-1/2 |
(/ -1/8 (* x x)) |
-1/8 |
(* x x) |
x |
(log (/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x)) |
(/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x) |
(+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) |
-1/2 |
(/ (+ 1/8 (/ -1/16 (* x x))) (* x x)) |
(+ 1/8 (/ -1/16 (* x x))) |
1/8 |
(/ -1/16 (* x x)) |
-1/16 |
(* x x) |
x |
| Outputs |
|---|
(* x (+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40)))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))))) |
x |
(+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))) |
1 |
#s(literal 1 binary64) |
(* x (* x (+ -1/6 (* (* x x) 3/40)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* x (+ -1/6 (* (* x x) 3/40))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(+ -1/6 (* (* x x) 3/40)) |
(+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
-1/6 |
#s(literal -1/6 binary64) |
(* (* x x) 3/40) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* x x) |
(*.f64 x x) |
3/40 |
#s(literal 3/40 binary64) |
(+ (* x (* -1/6 (* x x))) x) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* x (* -1/6 (* x x))) |
(*.f64 x (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
x |
(* -1/6 (* x x)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
-1/6 |
#s(literal -1/6 binary64) |
(* x x) |
(*.f64 x x) |
(log (/ -1/2 x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
-1/2 |
#s(literal -1/2 binary64) |
x |
(log (/ (- -1/2 (/ -1/8 (* x x))) x)) |
(log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(/ (- -1/2 (/ -1/8 (* x x))) x) |
(/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) |
(- -1/2 (/ -1/8 (* x x))) |
(-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(/ -1/8 (* x x)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
-1/8 |
#s(literal -1/8 binary64) |
(* x x) |
(*.f64 x x) |
x |
(log (/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x)) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (+ 1/8 (/ -1/16 (* x x))) (* x x)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(+ 1/8 (/ -1/16 (* x x))) |
(+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) |
1/8 |
#s(literal 1/8 binary64) |
(/ -1/16 (* x x)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
-1/16 |
#s(literal -1/16 binary64) |
(* x x) |
(*.f64 x x) |
x |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
| ✓ | accuracy | 99.6% | (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) x) |
| ✓ | accuracy | 100.0% | (log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
| 81.0ms | 198× | 0 | invalid |
| 19.0ms | 58× | 0 | valid |
Compiled 215 to 31 computations (85.6% saved)
...c/correct-round.rkt:119:19: 29.0ms (42% of total)ival-mult: 13.0ms (18.8% of total)ival-div: 11.0ms (15.9% of total)ival-log: 8.0ms (11.6% of total)ival-add: 6.0ms (8.7% of total)ival-sub: 1.0ms (1.4% of total)const: 1.0ms (1.4% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* x (+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40))))))> |
#<alt (+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40)))))> |
#<alt (* x (* x (+ -1/6 (* (* x x) 3/40))))> |
#<alt (* x (+ -1/6 (* (* x x) 3/40)))> |
#<alt (+ (* x (* -1/6 (* x x))) x)> |
#<alt (* x (* -1/6 (* x x)))> |
#<alt (* -1/6 (* x x))> |
#<alt (* x x)> |
#<alt (log (/ -1/2 x))> |
#<alt (/ -1/2 x)> |
#<alt (log (/ (- -1/2 (/ -1/8 (* x x))) x))> |
#<alt (/ (- -1/2 (/ -1/8 (* x x))) x)> |
#<alt (- -1/2 (/ -1/8 (* x x)))> |
#<alt (/ -1/8 (* x x))> |
#<alt (log (/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x))> |
#<alt (/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x)> |
#<alt (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x)))> |
#<alt (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))> |
#<alt (* (* x x) 3/40)> |
#<alt (/ -1/16 (* x x))> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))> |
#<alt (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4))))))> |
#<alt (* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))> |
#<alt (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1/6 x)> |
#<alt (* x (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* x (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* x (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* 3/40 (pow x 3))> |
#<alt (* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2)))))> |
#<alt (* 3/40 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))> |
#<alt (* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))> |
#<alt (* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40)))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* (pow x 3) (- (/ 1 (pow x 2)) 1/6))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2)))))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 3))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (* -1 (log x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (+ (log 1/8) (* -3 (log x)))> |
#<alt (+ (log 1/8) (+ (* -4 (pow x 2)) (* -3 (log x))))> |
#<alt (+ (log 1/8) (+ (* -3 (log x)) (* (pow x 2) (- (* -8 (pow x 2)) 4))))> |
#<alt (+ (log 1/8) (+ (* -3 (log x)) (* (pow x 2) (- (* (pow x 2) (- (* -64/3 (pow x 2)) 8)) 4))))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (+ (log -1/2) (+ (log (/ 1 x)) (* -1 (/ (+ 1/4 (* 1/32 (/ 1 (pow x 2)))) (pow x 2)))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (* -1 (/ (+ 1/32 (* 1/192 (/ 1 (pow x 2)))) (pow x 4))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (+ (log 1/2) (+ (log (/ -1 x)) (* -1 (/ (+ 1/4 (* 1/32 (/ 1 (pow x 2)))) (pow x 2)))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (* -1 (/ (+ 1/32 (* 1/192 (/ 1 (pow x 2)))) (pow x 4))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (/ 1/8 (pow x 3))> |
#<alt (/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3))> |
#<alt (/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3))> |
#<alt (/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3))> |
#<alt (/ -1/2 x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x)> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (/ 1/8 (pow x 2))> |
#<alt (/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2))> |
#<alt (/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2))> |
#<alt (/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (/ -1/8 (pow x 2))> |
#<alt (+ (log -1/16) (* -5 (log x)))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2))))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2))))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2))))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (/ -1/16 (pow x 5))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5))> |
#<alt (/ -1/2 x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x)> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (/ -1/16 (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (/ -1/16 (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ 1/8 (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ 1/8 (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
#<alt (/ -1/16 (pow x 2))> |
60 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | x | @ | 0 | (log (/ -1/2 x)) |
| 1.0ms | x | @ | 0 | (log (/ (- -1/2 (/ -1/8 (* x x))) x)) |
| 0.0ms | x | @ | inf | (log (/ (- -1/2 (/ -1/8 (* x x))) x)) |
| 0.0ms | x | @ | inf | (* x (+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40)))))) |
| 0.0ms | x | @ | inf | (/ (- -1/2 (/ -1/8 (* x x))) x) |
| 1× | batch-egg-rewrite |
| 3916× | /-lowering-/.f32 |
| 3916× | /-lowering-/.f64 |
| 3482× | *-lowering-*.f32 |
| 3482× | *-lowering-*.f64 |
| 1702× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 30 | 174 |
| 1 | 191 | 157 |
| 2 | 1690 | 152 |
| 0 | 8360 | 152 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40)))))) |
(+ 1 (* x (* x (+ -1/6 (* (* x x) 3/40))))) |
(* x (* x (+ -1/6 (* (* x x) 3/40)))) |
(* x (+ -1/6 (* (* x x) 3/40))) |
(+ (* x (* -1/6 (* x x))) x) |
(* x (* -1/6 (* x x))) |
(* -1/6 (* x x)) |
(* x x) |
(log (/ -1/2 x)) |
(/ -1/2 x) |
(log (/ (- -1/2 (/ -1/8 (* x x))) x)) |
(/ (- -1/2 (/ -1/8 (* x x))) x) |
(- -1/2 (/ -1/8 (* x x))) |
(/ -1/8 (* x x)) |
(log (/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x)) |
(/ (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) x) |
(+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) |
(/ (+ 1/8 (/ -1/16 (* x x))) (* x x)) |
(* (* x x) 3/40) |
(/ -1/16 (* x x)) |
| Outputs |
|---|
(+.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(fma.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(fma.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) x) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x) x) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))) x) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) (neg.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) x)) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) x #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x)) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x)) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x)) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) x (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) x (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x)) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) x (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 9/1600 binary64)))) (-.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64)))))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 9/1600 binary64))))) (neg.f64 (-.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))) (*.f64 x x)) |
(*.f64 (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) x) |
(*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) x) |
(+.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) |
(+.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -1/6 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x #s(literal -1/6 binary64))) (-.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 x #s(literal -1/6 binary64) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x #s(literal -1/6 binary64))) |
(fma.f64 #s(literal -1/6 binary64) x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal 3/40 binary64)) (*.f64 x #s(literal -1/6 binary64))) |
(fma.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)) (*.f64 x #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) x (*.f64 x #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal 3/40 binary64) (*.f64 x #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x x) (*.f64 x #s(literal -1/6 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64)))) (+.f64 (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x #s(literal -1/6 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x #s(literal -1/6 binary64))) (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 9/1600 binary64)))) (-.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64)))) x) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 9/1600 binary64))) x) (-.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x #s(literal -1/6 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x #s(literal -1/6 binary64))) (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64)))))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 9/1600 binary64))))) (neg.f64 (-.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 27/64000 binary64)))) x)) (neg.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 9/1600 binary64))) x)) (neg.f64 (-.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) |
(*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))) x) |
(+.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))) |
(+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x) |
(-.f64 (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal -1/6 binary64))) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)) x) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -1/6 binary64)) x) |
(fma.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64) x) |
(fma.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x x) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x) (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x) (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x)) (*.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x) (*.f64 x x))) (*.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x) (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) x))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) #s(literal 1 binary64)) x) |
(*.f64 x (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x x) (*.f64 x #s(literal -1/6 binary64))) |
(*.f64 (*.f64 x (*.f64 x #s(literal -1/6 binary64))) x) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 x #s(literal -1/6 binary64)) (*.f64 x x)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 x #s(literal -1/6 binary64)) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(+.f64 (log.f64 #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (log.f64 x))) |
(+.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (log.f64 #s(literal -1/2 binary64))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 x #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(-.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x))))) (/.f64 (pow.f64 (log.f64 x) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (log.f64 (*.f64 #s(literal -1/2 binary64) x))) (/.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (log.f64 (*.f64 #s(literal -1/2 binary64) x)))) |
(neg.f64 (log.f64 (/.f64 x #s(literal -1/2 binary64)))) |
(neg.f64 (log.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64)))) (neg.f64 (log.f64 (*.f64 #s(literal -1/2 binary64) x)))) |
(*.f64 #s(literal -1 binary64) (log.f64 (/.f64 x #s(literal -1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1/2 binary64) x) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(+.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (log.f64 x))) |
(+.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x))) |
(+.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (log.f64 x)) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) |
(-.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (log.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (log.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))))) |
(-.f64 (log.f64 (-.f64 x (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (log.f64 (*.f64 (/.f64 x #s(literal -1/2 binary64)) x))) |
(-.f64 (log.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (log.f64 (*.f64 x x))) |
(-.f64 (log.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (log.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) x))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (+.f64 (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) (log.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) #s(literal 1 binary64))) (log.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (log.f64 x))))) (/.f64 (pow.f64 (log.f64 x) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (log.f64 x)))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x))) (/.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)))) |
(neg.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (log.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (log.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64)))) (neg.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)))) |
(*.f64 #s(literal -1 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) x) (neg.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) #s(literal -1/8 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) #s(literal -1/8 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) |
(+.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) #s(literal -1/8 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) |
(+.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) #s(literal -1/8 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) #s(literal -1/8 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) x) (/.f64 (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) x)) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) x) (/.f64 (/.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) x)) |
(-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (/.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) |
(-.f64 (/.f64 x (*.f64 (/.f64 x #s(literal -1/2 binary64)) x)) (/.f64 (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) x))) |
(-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 x x)) (/.f64 (*.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (*.f64 x x))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(-.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (+.f64 (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))))) (/.f64 (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (+.f64 (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (+.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) (neg.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) (neg.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (neg.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) (neg.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 x (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (+.f64 (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal -1/8 binary64))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1/8 binary64))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1/8 binary64) x))) (*.f64 (/.f64 x #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1/8 binary64))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x x)))) |
(/.f64 (-.f64 x (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1/8 binary64))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal -1/8 binary64) x))) (*.f64 (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) x) (*.f64 x (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) x) (*.f64 x (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -1/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x #s(literal 1/8 binary64))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 x (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 x (/.f64 #s(literal -1/8 binary64) x))) (*.f64 x (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal -1/8 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 x (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1/8 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1/8 binary64) x))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/8 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1/8 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/8 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (*.f64 x (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (/.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) #s(literal -1/8 binary64))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x x)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) #s(literal 1/8 binary64))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (/.f64 #s(literal -1/8 binary64) x))) (*.f64 (neg.f64 (/.f64 x #s(literal -1/2 binary64))) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 x (*.f64 (/.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (neg.f64 (*.f64 (/.f64 x #s(literal -1/2 binary64)) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 x (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (+.f64 (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x))) (neg.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(pow.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) |
(-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal -1/8 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) |
(fma.f64 #s(literal -1/8 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1/8 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (/.f64 #s(literal -1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal -1/8 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -1/8 binary64) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64))))) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/.f64 #s(literal -1/8 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1/8 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1/8 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (/.f64 #s(literal -1/8 binary64) x) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (/.f64 #s(literal -1/8 binary64) x)))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/8 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal -1/8 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) #s(literal -1/8 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 #s(literal -1/8 binary64) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) |
(*.f64 #s(literal -1/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/8 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/8 binary64) x)) |
(*.f64 (/.f64 #s(literal -1/8 binary64) x) (/.f64 #s(literal 1 binary64) x)) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(+.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (log.f64 x))) |
(+.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) |
(+.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 x)) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 1 binary64)))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (log.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (log.f64 (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(-.f64 (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) x))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) |
(-.f64 (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal 1 binary64))) (log.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 x))))) (/.f64 (pow.f64 (log.f64 x) #s(literal 3 binary64)) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 x)))))) |
(-.f64 (/.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) (/.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)))) |
(neg.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (log.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log.f64 x) #s(literal 2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 2 binary64)) (pow.f64 (log.f64 x) #s(literal 2 binary64)))) (neg.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)))) |
(*.f64 #s(literal -1 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) x) (/.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(pow.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(+.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) |
(fma.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (neg.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/4 binary64))) (neg.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/64 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x)))) (*.f64 x x)) (/.f64 (/.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x)))) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1/64 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x))))) (/.f64 (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x)))))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64)))) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64)))) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x))))) |
(pow.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1/512 binary64) (/.f64 #s(literal -1/4096 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/64 binary64) (/.f64 (-.f64 (/.f64 #s(literal -1/16 binary64) (*.f64 x x)) #s(literal 1/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/16 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 #s(literal 1/64 binary64) (/.f64 #s(literal 1/256 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 x x))))) |
(*.f64 x (*.f64 x #s(literal 3/40 binary64))) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 3/40 binary64)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/16 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal -1/16 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -1/16 binary64) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64))))) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/.f64 #s(literal -1/16 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1/16 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1/16 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (/.f64 #s(literal -1/16 binary64) x) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (/.f64 #s(literal -1/16 binary64) x)))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/16 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal -1/16 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) #s(literal -1/16 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 #s(literal -1/16 binary64) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) |
(*.f64 #s(literal -1/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1/16 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/16 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/16 binary64) x)) |
(*.f64 (/.f64 #s(literal -1/16 binary64) x) (/.f64 #s(literal 1 binary64) x)) |
| 1× | egg-herbie |
| 2878× | *-lowering-*.f32 |
| 2878× | *-lowering-*.f64 |
| 1926× | +-lowering-+.f64 |
| 1926× | +-lowering-+.f32 |
| 1832× | sum4-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 192 | 1904 |
| 1 | 502 | 1826 |
| 2 | 1500 | 1796 |
| 3 | 4689 | 1788 |
| 0 | 8133 | 1788 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(* 3/40 (pow x 5)) |
(* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(* 3/40 (pow x 5)) |
(* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))) |
(* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))) |
1 |
(+ 1 (* -1/6 (pow x 2))) |
(+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))) |
(+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))) |
(* 3/40 (pow x 4)) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(* 3/40 (pow x 4)) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(* -1/6 (pow x 2)) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(* 3/40 (pow x 4)) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* 3/40 (pow x 4)) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* -1/6 x) |
(* x (- (* 3/40 (pow x 2)) 1/6)) |
(* x (- (* 3/40 (pow x 2)) 1/6)) |
(* x (- (* 3/40 (pow x 2)) 1/6)) |
(* 3/40 (pow x 3)) |
(* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(* 3/40 (pow x 3)) |
(* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* -1/6 (pow x 3)) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(* -1/6 (pow x 3)) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 3)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(* -1/6 (pow x 2)) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (* -1 (log x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log -1/2) (log (/ 1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+ (log 1/2) (log (/ -1 x))) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(+ (log 1/8) (* -3 (log x))) |
(+ (log 1/8) (+ (* -4 (pow x 2)) (* -3 (log x)))) |
(+ (log 1/8) (+ (* -3 (log x)) (* (pow x 2) (- (* -8 (pow x 2)) 4)))) |
(+ (log 1/8) (+ (* -3 (log x)) (* (pow x 2) (- (* (pow x 2) (- (* -64/3 (pow x 2)) 8)) 4)))) |
(+ (log -1/2) (log (/ 1 x))) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+ (log -1/2) (+ (log (/ 1 x)) (* -1 (/ (+ 1/4 (* 1/32 (/ 1 (pow x 2)))) (pow x 2))))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (* -1 (/ (+ 1/32 (* 1/192 (/ 1 (pow x 2)))) (pow x 4))))) (* 1/4 (/ 1 (pow x 2)))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+ (log 1/2) (+ (log (/ -1 x)) (* -1 (/ (+ 1/4 (* 1/32 (/ 1 (pow x 2)))) (pow x 2))))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (* -1 (/ (+ 1/32 (* 1/192 (/ 1 (pow x 2)))) (pow x 4))))) (* 1/4 (/ 1 (pow x 2)))) |
(/ 1/8 (pow x 3)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3)) |
(/ -1/2 x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/ 1/8 (pow x 2)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2)) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(/ -1/8 (pow x 2)) |
(+ (log -1/16) (* -5 (log x))) |
(+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2)))) |
(+ (log -1/2) (log (/ 1 x))) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(/ -1/16 (pow x 5)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/ -1/2 x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/ -1/16 (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(/ -1/16 (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ 1/8 (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ 1/8 (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(* 3/40 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
(/ -1/16 (pow x 2)) |
| Outputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* (pow x 5) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* (pow x 5) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* -1 (* (pow x 5) (- (* 1/6 (/ 1 (pow x 2))) (+ 3/40 (/ 1 (pow x 4)))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))) |
(+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))) |
(* 3/40 (pow x 4)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* 3/40 (pow x 4)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (pow x 4) (- (+ 3/40 (/ 1 (pow x 4))) (* 1/6 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* 3/40 (pow x 4)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* 3/40 (pow x 4)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow x 4) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* -1/6 x) |
(*.f64 x #s(literal -1/6 binary64)) |
(* x (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* x (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* x (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* 3/40 (pow x 3)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) |
(* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* (pow x 3) (- 3/40 (* 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* 3/40 (pow x 3)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) |
(* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* -1 (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 3/40))) |
(*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* (pow x 3) (- (/ 1 (pow x 2)) 1/6)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* -1 (* (pow x 3) (- 1/6 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 3)) |
(*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x x))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(+ (log 1/8) (* -3 (log x))) |
(+.f64 (log.f64 #s(literal 1/8 binary64)) (*.f64 (log.f64 x) #s(literal -3 binary64))) |
(+ (log 1/8) (+ (* -4 (pow x 2)) (* -3 (log x)))) |
(+.f64 (log.f64 #s(literal 1/8 binary64)) (+.f64 (*.f64 (log.f64 x) #s(literal -3 binary64)) (*.f64 (*.f64 x x) #s(literal -4 binary64)))) |
(+ (log 1/8) (+ (* -3 (log x)) (* (pow x 2) (- (* -8 (pow x 2)) 4)))) |
(+.f64 (log.f64 #s(literal 1/8 binary64)) (+.f64 (*.f64 (log.f64 x) #s(literal -3 binary64)) (*.f64 (*.f64 x x) (+.f64 #s(literal -4 binary64) (*.f64 x (*.f64 x #s(literal -8 binary64))))))) |
(+ (log 1/8) (+ (* -3 (log x)) (* (pow x 2) (- (* (pow x 2) (- (* -64/3 (pow x 2)) 8)) 4)))) |
(+.f64 (+.f64 (log.f64 #s(literal 1/8 binary64)) (*.f64 (log.f64 x) #s(literal -3 binary64))) (*.f64 (*.f64 x x) (+.f64 #s(literal -4 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 x x) #s(literal -64/3 binary64)))))))) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(+ (log -1/2) (+ (log (/ 1 x)) (* -1 (/ (+ 1/4 (* 1/32 (/ 1 (pow x 2)))) (pow x 2))))) |
(+.f64 (-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/32 binary64) (*.f64 x x))) (*.f64 x x))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (* -1 (/ (+ 1/32 (* 1/192 (/ 1 (pow x 2)))) (pow x 4))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal -1/2 binary64)) (+.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/32 binary64) (/.f64 #s(literal -1/192 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (log.f64 x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (log.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(+ (log 1/2) (+ (log (/ -1 x)) (* -1 (/ (+ 1/4 (* 1/32 (/ 1 (pow x 2)))) (pow x 2))))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/32 binary64) (*.f64 x x))) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (* -1 (/ (+ 1/32 (* 1/192 (/ 1 (pow x 2)))) (pow x 4))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 (+.f64 #s(literal -1/32 binary64) (/.f64 #s(literal -1/192 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))))) |
(/ 1/8 (pow x 3)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x (*.f64 x x))) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x (*.f64 x x))) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x (*.f64 x x))) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 3)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x (*.f64 x x))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/ 1/8 (pow x 2)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x x)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x x)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x x)) |
(/ (+ 1/8 (* -1/2 (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x x)) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(/ -1/8 (pow x 2)) |
(/.f64 #s(literal -1/8 binary64) (*.f64 x x)) |
(+ (log -1/16) (* -5 (log x))) |
(+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) |
(+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2)))) |
(+.f64 (log.f64 #s(literal -1/16 binary64)) (+.f64 (*.f64 (log.f64 x) #s(literal -5 binary64)) (*.f64 (*.f64 x x) #s(literal -2 binary64)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) (*.f64 (*.f64 x x) (+.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x #s(literal 6 binary64)))))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) (*.f64 (*.f64 x x) (+.f64 #s(literal -2 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 6 binary64) (*.f64 (*.f64 x x) #s(literal 40/3 binary64))))))) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal -1/2 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) (log.f64 x))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (+.f64 (-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 5/192 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (log.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (+.f64 (log.f64 #s(literal 1/2 binary64)) (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 5/192 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) |
(/ -1/16 (pow x 5)) |
(/.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x #s(literal 1/8 binary64)))) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ -1/16 (pow x 4)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x #s(literal 1/8 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(/ -1/16 (pow x 4)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x #s(literal 1/8 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x #s(literal 1/8 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x #s(literal 1/8 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ 1/8 (pow x 2)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ 1/8 (pow x 2)) |
(/.f64 #s(literal 1/8 binary64) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(/ (- 1/8 (* 1/16 (/ 1 (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
(/ -1/16 (pow x 2)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
Compiled 19460 to 2410 computations (87.6% saved)
17 alts after pruning (8 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 881 | 3 | 884 |
| Fresh | 1 | 5 | 6 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 4 | 4 |
| Total | 882 | 17 | 899 |
| Status | Accuracy | Program |
|---|---|---|
| 19.8% | (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) | |
| ✓ | 50.7% | (+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
| ▶ | 50.8% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
| ✓ | 52.3% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
| ▶ | 4.9% | (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
| ▶ | 7.0% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
| 7.4% | (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) | |
| ✓ | 23.2% | (log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
| ✓ | 22.7% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
| ✓ | 22.6% | (log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
| 26.7% | (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) | |
| ✓ | 33.2% | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ✓ | 1.9% | (log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| ▶ | 27.5% | (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
| ✓ | 26.6% | (log.f64 (+.f64 x x)) |
| ▶ | 22.7% | (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
| ✓ | 52.6% | x |
Compiled 536 to 245 computations (54.3% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
| ✓ | cost-diff | 768 | (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
| ✓ | cost-diff | 1792 | (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
| ✓ | cost-diff | 1792 | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
| ✓ | cost-diff | 128 | (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) x) |
| ✓ | cost-diff | 0 | (-.f64 x (/.f64 #s(literal -1/2 binary64) x)) |
| ✓ | cost-diff | 0 | (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x))) |
| ✓ | cost-diff | 0 | (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x (*.f64 x x))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
| 2676× | *-lowering-*.f32 |
| 2676× | *-lowering-*.f64 |
| 2220× | fma-lowering-fma.f32 |
| 2220× | fma-lowering-fma.f64 |
| 1606× | +-lowering-+.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 368 |
| 1 | 140 | 339 |
| 2 | 473 | 329 |
| 3 | 1637 | 288 |
| 4 | 5407 | 287 |
| 0 | 8051 | 287 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))))) |
x |
(+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))))) |
1 |
(* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))) |
(* x x) |
(+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))) |
-1/6 |
(* x (* x (+ 3/40 (* (* x x) -5/112)))) |
(* x (+ 3/40 (* (* x x) -5/112))) |
(+ 3/40 (* (* x x) -5/112)) |
3/40 |
(* (* x x) -5/112) |
-5/112 |
(* x (* 3/40 (* x (* x (* x x))))) |
x |
(* 3/40 (* x (* x (* x x)))) |
3/40 |
(* x (* x (* x x))) |
(* x (* x x)) |
(* x x) |
(log (+ x (- x (/ -1/2 x)))) |
(+ x (- x (/ -1/2 x))) |
x |
(- x (/ -1/2 x)) |
(/ -1/2 x) |
-1/2 |
(log (* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))))) |
(* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x)))) |
(/ 1 x) |
1 |
x |
(+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) |
-1/2 |
(/ (+ 1/8 (/ -1/16 (* x x))) (* x x)) |
(+ 1/8 (/ -1/16 (* x x))) |
1/8 |
(/ -1/16 (* x x)) |
-1/16 |
(* x x) |
(log (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))))) |
(/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1)))) |
(- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) |
(* x (* x (* x x))) |
x |
(* x (* x x)) |
(* x x) |
(* (+ (* x x) 1) (+ (* x x) 1)) |
(+ (* x x) 1) |
1 |
(* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))) |
(- x (sqrt (+ (* 1 1) (* x x)))) |
(sqrt (+ (* 1 1) (* x x))) |
(+ (* x x) (+ (* x x) 1)) |
| Outputs |
|---|
(* x (+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
x |
(+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
1 |
#s(literal 1 binary64) |
(* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) |
(* x x) |
(*.f64 x x) |
(+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))) |
(+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) |
-1/6 |
#s(literal -1/6 binary64) |
(* x (* x (+ 3/40 (* (* x x) -5/112)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* x (+ 3/40 (* (* x x) -5/112))) |
(*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(+ 3/40 (* (* x x) -5/112)) |
(+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) |
3/40 |
#s(literal 3/40 binary64) |
(* (* x x) -5/112) |
(*.f64 (*.f64 x x) #s(literal -5/112 binary64)) |
-5/112 |
#s(literal -5/112 binary64) |
(* x (* 3/40 (* x (* x (* x x))))) |
(*.f64 x (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))))) |
x |
(* 3/40 (* x (* x (* x x)))) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x)))) |
3/40 |
#s(literal 3/40 binary64) |
(* x (* x (* x x))) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(log (+ x (- x (/ -1/2 x)))) |
(log.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) (*.f64 x #s(literal 2 binary64)))) |
(+ x (- x (/ -1/2 x))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) x) (*.f64 x #s(literal 2 binary64))) |
x |
(- x (/ -1/2 x)) |
(+.f64 x (/.f64 #s(literal 1/2 binary64) x)) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
-1/2 |
#s(literal -1/2 binary64) |
(log (* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x)))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
(+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (+ 1/8 (/ -1/16 (* x x))) (* x x)) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) |
(+ 1/8 (/ -1/16 (* x x))) |
(+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) |
1/8 |
#s(literal 1/8 binary64) |
(/ -1/16 (* x x)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 x x)) |
-1/16 |
#s(literal -1/16 binary64) |
(* x x) |
(*.f64 x x) |
(log (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))))) |
(log.f64 (/.f64 #s(literal -1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1)))) |
(/.f64 #s(literal -1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) #s(literal -2 binary64))) |
(* x (* x (* x x))) |
(*.f64 x (*.f64 x (*.f64 x x))) |
x |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(* (+ (* x x) 1) (+ (* x x) 1)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+ (* x x) 1) |
(+.f64 #s(literal 1 binary64) (*.f64 x x)) |
1 |
#s(literal 1 binary64) |
(* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))) |
(*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 2 binary64)))) |
(- x (sqrt (+ (* 1 1) (* x x)))) |
(-.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
(sqrt (+ (* 1 1) (* x x))) |
(hypot.f64 #s(literal 1 binary64) x) |
(+ (* x x) (+ (* x x) 1)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 2 binary64))) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) x) |
| ✓ | accuracy | 100.0% | (-.f64 x (/.f64 #s(literal -1/2 binary64) x)) |
| ✓ | accuracy | 100.0% | (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x))) |
| ✓ | accuracy | 100.0% | (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| 145.0ms | 256× | 0 | invalid |
Compiled 411 to 42 computations (89.8% saved)
ival-log: 36.0ms (33.2% of total)ival-mult: 27.0ms (24.9% of total)ival-add: 11.0ms (10.1% of total)...c/correct-round.rkt:119:19: 11.0ms (10.1% of total)ival-div: 9.0ms (8.3% of total)compiled-spec: 7.0ms (6.5% of total)ival-sub: 4.0ms (3.7% of total)ival-sqrt: 2.0ms (1.8% of total)const: 1.0ms (0.9% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* x (+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))))))> |
#<alt (+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))))> |
#<alt (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))))> |
#<alt (* x x)> |
#<alt (* x (* 3/40 (* x (* x (* x x)))))> |
#<alt (* 3/40 (* x (* x (* x x))))> |
#<alt (* x (* x (* x x)))> |
#<alt (* x (* x x))> |
#<alt (log (+ x (- x (/ -1/2 x))))> |
#<alt (+ x (- x (/ -1/2 x)))> |
#<alt (- x (/ -1/2 x))> |
#<alt (/ -1/2 x)> |
#<alt (log (* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x)))))> |
#<alt (* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))))> |
#<alt (/ 1 x)> |
#<alt (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x)))> |
#<alt (log (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1)))))> |
#<alt (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))))> |
#<alt (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1)))> |
#<alt (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1)))> |
#<alt (* x (* x (+ 3/40 (* (* x x) -5/112))))> |
#<alt (* x (+ 3/40 (* (* x x) -5/112)))> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))> |
#<alt (* -5/112 (pow x 7))> |
#<alt (* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* (pow x 7) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* -5/112 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (- 5/112 (* 3/40 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (* 3/40 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/6 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))> |
#<alt (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))> |
#<alt (* -5/112 (pow x 6))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* -5/112 (pow x 6))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* -1/6 (pow x 2))> |
#<alt (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))> |
#<alt (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))> |
#<alt (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))> |
#<alt (* -5/112 (pow x 6))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* -5/112 (pow x 6))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4)))))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 5))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (* 3/40 (pow x 4))> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (+ (log 1/2) (* -1 (log x)))> |
#<alt (+ (log 1/2) (+ (* -1 (log x)) (* 4 (pow x 2))))> |
#<alt (+ (log 1/2) (+ (* -1 (log x)) (* (pow x 2) (+ 4 (* -8 (pow x 2))))))> |
#<alt (+ (log 1/2) (+ (* -1 (log x)) (* (pow x 2) (+ 4 (* (pow x 2) (- (* 64/3 (pow x 2)) 8))))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 1/32 (pow x 4)))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 1/192 (/ 1 (pow x 6)))))) (/ 1/32 (pow x 4)))> |
#<alt (+ (log -2) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -2) (+ (* -1 (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))))> |
#<alt (- (+ (log -2) (+ (* -1 (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 1/32 (pow x 4)))> |
#<alt (- (+ (log -2) (+ (* -1 (log (/ -1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 1/192 (/ 1 (pow x 6)))))) (/ 1/32 (pow x 4)))> |
#<alt (/ 1/2 x)> |
#<alt (/ (+ 1/2 (* 2 (pow x 2))) x)> |
#<alt (/ (+ 1/2 (* 2 (pow x 2))) x)> |
#<alt (/ (+ 1/2 (* 2 (pow x 2))) x)> |
#<alt (* 2 x)> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* 2 x)> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (/ 1/2 x)> |
#<alt (/ (+ 1/2 (pow x 2)) x)> |
#<alt (/ (+ 1/2 (pow x 2)) x)> |
#<alt (/ (+ 1/2 (pow x 2)) x)> |
#<alt x> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt x> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (+ 1 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (/ -1/2 x)> |
#<alt (+ (log -1/16) (* -5 (log x)))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2))))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2))))> |
#<alt (+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2))))> |
#<alt (+ (log -1/2) (log (/ 1 x)))> |
#<alt (- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (/ -1/16 (pow x 5))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5))> |
#<alt (/ -1/2 x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x)> |
#<alt (/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x)> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ -1/16 (pow x 4))> |
#<alt (/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4))> |
#<alt (/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt -1/2> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) 1/2)> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4))))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))))> |
#<alt (+ (log 2) (* -1 (log (/ 1 x))))> |
#<alt (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4)))> |
#<alt (- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4)))> |
#<alt (+ (log 1/2) (log (/ -1 x)))> |
#<alt (- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2))))> |
#<alt (- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 (* x (+ 1 (* 1/2 x))))> |
#<alt (+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2)))))))> |
#<alt (* 2 x)> |
#<alt (* x (+ 2 (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4))))> |
#<alt (* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4))))> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x))> |
#<alt -1> |
#<alt (- (* -2 (pow x 2)) 1)> |
#<alt (- (* -2 (pow x 2)) 1)> |
#<alt (- (* -2 (pow x 2)) 1)> |
#<alt (* -2 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2)))))> |
#<alt (* -2 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2)))))> |
#<alt -1> |
#<alt (- x 1)> |
#<alt (- (* x (+ 1 (* -5/2 x))) 1)> |
#<alt (- (* x (+ 1 (* x (- (* 2 x) 5/2)))) 1)> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* 1/4 (/ 1 (pow x 2))))))> |
#<alt (* x (- (/ 1/64 (pow x 6)) (+ 1 (* 1/4 (/ 1 (pow x 2))))))> |
#<alt (* x (- (/ 1/64 (pow x 6)) (+ 1 (+ (* 1/4 (/ 1 (pow x 2))) (* 1/64 (/ 1 (pow x 8)))))))> |
#<alt (* 4 (pow x 3))> |
#<alt (* (pow x 3) (+ 4 (* 3 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ 3 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 4)))> |
#<alt (* -1 (* (pow x 3) (- (* 1/64 (/ 1 (pow x 8))) (+ 4 (+ (/ 1/4 (pow x 4)) (* 3 (/ 1 (pow x 2))))))))> |
#<alt (* 3/40 (pow x 2))> |
#<alt (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2))))> |
#<alt (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2))))> |
#<alt (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2))))> |
#<alt (* -5/112 (pow x 4))> |
#<alt (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* -5/112 (pow x 4))> |
#<alt (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* 3/40 x)> |
#<alt (* x (+ 3/40 (* -5/112 (pow x 2))))> |
#<alt (* x (+ 3/40 (* -5/112 (pow x 2))))> |
#<alt (* x (+ 3/40 (* -5/112 (pow x 2))))> |
#<alt (* -5/112 (pow x 3))> |
#<alt (* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112))> |
#<alt (* -5/112 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2))))))> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | 0 | (log (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))))) |
| 0.0ms | x | @ | 0 | (* x (* 3/40 (* x (* x (* x x))))) |
| 0.0ms | x | @ | inf | (log (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))))) |
| 0.0ms | x | @ | inf | (* x (+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))))) |
| 0.0ms | x | @ | -inf | (log (+ x (- x (/ -1/2 x)))) |
| 1× | batch-egg-rewrite |
| 3566× | fma-lowering-fma.f32 |
| 3566× | fma-lowering-fma.f64 |
| 1994× | *-lowering-*.f32 |
| 1994× | *-lowering-*.f64 |
| 1956× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 250 |
| 1 | 327 | 182 |
| 2 | 3429 | 180 |
| 0 | 8146 | 180 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))))) |
(+ 1 (* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112))))))) |
(* (* x x) (+ -1/6 (* x (* x (+ 3/40 (* (* x x) -5/112)))))) |
(* x x) |
(* x (* 3/40 (* x (* x (* x x))))) |
(* 3/40 (* x (* x (* x x)))) |
(* x (* x (* x x))) |
(* x (* x x)) |
(log (+ x (- x (/ -1/2 x)))) |
(+ x (- x (/ -1/2 x))) |
(- x (/ -1/2 x)) |
(/ -1/2 x) |
(log (* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))))) |
(* (/ 1 x) (+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x)))) |
(/ 1 x) |
(+ -1/2 (/ (+ 1/8 (/ -1/16 (* x x))) (* x x))) |
(log (/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))))) |
(/ (- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) (* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1)))) |
(- (* x (* x (* x x))) (* (+ (* x x) 1) (+ (* x x) 1))) |
(* (- x (sqrt (+ (* 1 1) (* x x)))) (+ (* x x) (+ (* x x) 1))) |
(* x (* x (+ 3/40 (* (* x x) -5/112)))) |
(* x (+ 3/40 (* (* x x) -5/112))) |
| Outputs |
|---|
(+.f64 x (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x)))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))) x) |
(fma.f64 x #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) x) |
(fma.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x)) x) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) x) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 x x) x) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))))) (-.f64 x (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) x) x (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 x x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x #s(literal -1/6 binary64)) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 x (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x x) #s(literal -1/6 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 x x) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal -1/6 binary64) x) x (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) x) x (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) x (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (-.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/216 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 x x)) (+.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (-.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x x)) (-.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (*.f64 x x)) |
(*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64))) |
(*.f64 x (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x)) |
(*.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) x)) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 3/40 binary64))) |
(*.f64 (*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x) x) |
(*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x x)) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 3/40 binary64)) |
(*.f64 x (*.f64 (*.f64 x (*.f64 x x)) #s(literal 3/40 binary64))) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 3/40 binary64))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 3/40 binary64)) |
(*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x x)) |
(*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x x)) (*.f64 x x)) |
(*.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x x))) x) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x x)) x) |
(pow.f64 x #s(literal 4 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 2 binary64)) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x x)) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(log.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x)))))) |
(+.f64 (log.f64 (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) (log.f64 (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x))))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) (log.f64 (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (-.f64 (*.f64 x x) (*.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) (log.f64 (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))))) (log.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x)))))) |
(-.f64 (log.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) (log.f64 (neg.f64 (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (+.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (*.f64 x x))) (log.f64 (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x))) |
(-.f64 (log.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) (log.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)))) |
(+.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) |
(+.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (fma.f64 #s(literal 2 binary64) x (neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 2 binary64) x (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)))) |
(-.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x)) |
(-.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))) (/.f64 (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) |
(fma.f64 x #s(literal 1 binary64) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 x #s(literal 1 binary64) (neg.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(fma.f64 #s(literal 1 binary64) x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) |
(fma.f64 #s(literal 1 binary64) x (neg.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(fma.f64 #s(literal 2 binary64) x (/.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 (-.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))))) x) |
(fma.f64 (-.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) (+.f64 (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (-.f64 (*.f64 x x) (*.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) (neg.f64 (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) x) #s(literal 3 binary64)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 #s(literal 2 binary64) x)) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))) (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (-.f64 (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))) (*.f64 x x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (-.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) x))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x)))) (/.f64 #s(literal 1 binary64) (-.f64 x (+.f64 x (/.f64 #s(literal 1/2 binary64) x))))) |
(+.f64 x (/.f64 #s(literal 1/2 binary64) x)) |
(+.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (+.f64 x (/.f64 #s(literal 1/2 binary64) x)) (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/2 binary64) x))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) x) x) |
(+.f64 (fma.f64 x #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 x #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) x (neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) (fma.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) x (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)))) |
(-.f64 x (/.f64 #s(literal -1/2 binary64) x)) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))))) (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(fma.f64 x #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal 1 binary64) x (/.f64 #s(literal 1/2 binary64) x)) |
(fma.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x) x) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) (-.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)) (-.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))))) |
(/.f64 (-.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) (neg.f64 (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 x (/.f64 #s(literal 1/2 binary64) x))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 #s(literal 1/2 binary64) x))) (+.f64 x (/.f64 #s(literal -1/2 binary64) x))) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(*.f64 (-.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1/2 binary64) x) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(+.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (log.f64 x))) |
(+.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) |
(-.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 x)) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) (log.f64 (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (log.f64 (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) (log.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))))))) |
(-.f64 (log.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (log.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) x))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) #s(literal -1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) #s(literal 1 binary64))) (log.f64 (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) #s(literal -1 binary64))) (log.f64 (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 (+.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) #s(literal 3 binary64)))) (log.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))))))) |
(-.f64 (log.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))))) (log.f64 (-.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))))) |
(-.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) (log.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(-.f64 (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (log.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal -1 binary64))) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (log.f64 (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) x))) (log.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(fma.f64 #s(literal -1 binary64) (log.f64 x) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)) (pow.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (-.f64 #s(literal 0 binary64) (log.f64 x))) (-.f64 (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) (-.f64 #s(literal 0 binary64) (log.f64 x))) (*.f64 (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (log.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) |
(+.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) x)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) x)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) x)) |
(fma.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1/2 binary64) x)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) |
(fma.f64 (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (*.f64 x (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x))) (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)))) (-.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 x #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal 1 binary64))) |
(+.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal 1 binary64)) #s(literal -1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) (/.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)) |
(fma.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal 1 binary64) #s(literal -1/2 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) x) (/.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (-.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(+.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(+.f64 #s(literal 0 binary64) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))))) |
(+.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(+.f64 (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (log.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (log.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x (*.f64 #s(literal 2 binary64) x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log.f64 (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(-.f64 (log.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log.f64 (neg.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))))) |
(-.f64 (log.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64)))) (log.f64 (+.f64 (*.f64 x x) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x (hypot.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) #s(literal 3 binary64)))) (log.f64 (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (*.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) (log.f64 (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (log.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(-.f64 (log.f64 (*.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (log.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) #s(literal 3 binary64)) (pow.f64 (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) #s(literal 3 binary64))) (+.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 (*.f64 (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))))) |
(/.f64 (-.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (log.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) (log.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(+.f64 x (hypot.f64 #s(literal 1 binary64) x)) |
(+.f64 (hypot.f64 #s(literal 1 binary64) x) x) |
(+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(+.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(+.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(+.f64 (fma.f64 x (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 x (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (/.f64 x (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (/.f64 x (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (/.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (fma.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(fma.f64 x #s(literal 1 binary64) (hypot.f64 #s(literal 1 binary64) x)) |
(fma.f64 x (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 #s(literal 1 binary64) x (hypot.f64 #s(literal 1 binary64) x)) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 x (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (/.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1/4 binary64)) x) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (neg.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64))) (+.f64 (*.f64 x x) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (*.f64 (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x))))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(-.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(fma.f64 x (*.f64 x (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(fma.f64 x (*.f64 x (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(fma.f64 x (*.f64 x (*.f64 x x)) (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(fma.f64 (*.f64 x x) (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(fma.f64 (*.f64 x x) (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(fma.f64 (*.f64 x x) (*.f64 x x) (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(fma.f64 (*.f64 x (*.f64 x x)) x (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(fma.f64 (*.f64 x (*.f64 x x)) x (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(fma.f64 (*.f64 x (*.f64 x x)) x (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(fma.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(fma.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (neg.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(+.f64 (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) x) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 #s(literal 0 binary64) (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (*.f64 (*.f64 x (*.f64 #s(literal 2 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(fma.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))))) |
(fma.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (*.f64 x x) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(fma.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 x x) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(fma.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 x (*.f64 #s(literal 2 binary64) x)) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 #s(literal 0 binary64) (hypot.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (*.f64 x (*.f64 #s(literal 2 binary64) x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1 binary64) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) x) x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64))) (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x)))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x)))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) (-.f64 (*.f64 x (*.f64 x (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64)))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 3/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (*.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (-.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x x))))) |
(*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 2 binary64) x))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 3/40 binary64))) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 3/40 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(+.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) x)) |
(+.f64 (*.f64 #s(literal 3/40 binary64) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (*.f64 x x)) (*.f64 #s(literal 3/40 binary64) (*.f64 x x))) |
(fma.f64 x (*.f64 x #s(literal 3/40 binary64)) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) |
(fma.f64 (*.f64 x x) #s(literal 3/40 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(fma.f64 #s(literal 3/40 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (*.f64 x x) (*.f64 #s(literal 3/40 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x #s(literal 3/40 binary64)) x (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) x)) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 27/64000 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -125/1404928 binary64)))) (+.f64 #s(literal 9/1600 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) #s(literal 3/40 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (-.f64 #s(literal 9/1600 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 25/12544 binary64)))) (+.f64 #s(literal 3/40 binary64) (*.f64 #s(literal 5/112 binary64) (*.f64 x x)))) |
(*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) (*.f64 x x)) |
(*.f64 (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) x) |
(+.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) (*.f64 x #s(literal 3/40 binary64))) |
(fma.f64 x #s(literal 3/40 binary64) (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (*.f64 x #s(literal 3/40 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -5/112 binary64)) (*.f64 x #s(literal 3/40 binary64))) |
(fma.f64 #s(literal 3/40 binary64) x (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(fma.f64 #s(literal -5/112 binary64) (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 3/40 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) x (*.f64 x #s(literal 3/40 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -5/112 binary64) (*.f64 x #s(literal 3/40 binary64))) |
(fma.f64 (*.f64 x #s(literal -5/112 binary64)) (*.f64 x x) (*.f64 x #s(literal 3/40 binary64))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x #s(literal 3/40 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x #s(literal 3/40 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) (*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x #s(literal 3/40 binary64))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) (-.f64 (*.f64 x #s(literal 3/40 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 27/64000 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -125/1404928 binary64)))) (+.f64 #s(literal 9/1600 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) #s(literal 3/40 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 9/1600 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 25/12544 binary64)))) (+.f64 #s(literal 3/40 binary64) (*.f64 #s(literal 5/112 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 27/64000 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -125/1404928 binary64))) x) (+.f64 #s(literal 9/1600 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) (-.f64 (*.f64 (*.f64 x x) #s(literal -5/112 binary64)) #s(literal 3/40 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 9/1600 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 25/12544 binary64))) x) (+.f64 #s(literal 3/40 binary64) (*.f64 #s(literal 5/112 binary64) (*.f64 x x)))) |
(*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(*.f64 (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) x) |
| 1× | egg-herbie |
| 4558× | +-lowering-+.f64 |
| 4558× | +-lowering-+.f32 |
| 3092× | *-lowering-*.f32 |
| 3092× | *-lowering-*.f64 |
| 1874× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 289 | 2243 |
| 1 | 844 | 2137 |
| 2 | 2763 | 2082 |
| 0 | 8207 | 2082 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(* -5/112 (pow x 7)) |
(* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* (pow x 7) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* -5/112 (pow x 7)) |
(* -1 (* (pow x 7) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (* 3/40 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
1 |
(+ 1 (* -1/6 (pow x 2))) |
(+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))) |
(* -5/112 (pow x 6)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* -5/112 (pow x 6)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* -1/6 (pow x 2)) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)) |
(* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)) |
(* -5/112 (pow x 6)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* -5/112 (pow x 6)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 5)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(* 3/40 (pow x 4)) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(+ (log 1/2) (* -1 (log x))) |
(+ (log 1/2) (+ (* -1 (log x)) (* 4 (pow x 2)))) |
(+ (log 1/2) (+ (* -1 (log x)) (* (pow x 2) (+ 4 (* -8 (pow x 2)))))) |
(+ (log 1/2) (+ (* -1 (log x)) (* (pow x 2) (+ 4 (* (pow x 2) (- (* 64/3 (pow x 2)) 8)))))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 1/32 (pow x 4))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 1/192 (/ 1 (pow x 6)))))) (/ 1/32 (pow x 4))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(+ (log -2) (+ (* -1 (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(- (+ (log -2) (+ (* -1 (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 1/32 (pow x 4))) |
(- (+ (log -2) (+ (* -1 (log (/ -1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 1/192 (/ 1 (pow x 6)))))) (/ 1/32 (pow x 4))) |
(/ 1/2 x) |
(/ (+ 1/2 (* 2 (pow x 2))) x) |
(/ (+ 1/2 (* 2 (pow x 2))) x) |
(/ (+ 1/2 (* 2 (pow x 2))) x) |
(* 2 x) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* 2 x) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(/ 1/2 x) |
(/ (+ 1/2 (pow x 2)) x) |
(/ (+ 1/2 (pow x 2)) x) |
(/ (+ 1/2 (pow x 2)) x) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(/ -1/2 x) |
(+ (log -1/16) (* -5 (log x))) |
(+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2)))) |
(+ (log -1/2) (log (/ 1 x))) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(/ -1/16 (pow x 5)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/ -1/2 x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ -1/16 (pow x 4)) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
-1/2 |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))) |
(+ (log 1/2) (log (/ -1 x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))) |
1 |
(+ 1 x) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))) |
(* 2 x) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(/ -1/2 x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)) |
-1 |
(- (* -2 (pow x 2)) 1) |
(- (* -2 (pow x 2)) 1) |
(- (* -2 (pow x 2)) 1) |
(* -2 (pow x 2)) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(* -2 (pow x 2)) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
-1 |
(- x 1) |
(- (* x (+ 1 (* -5/2 x))) 1) |
(- (* x (+ 1 (* x (- (* 2 x) 5/2)))) 1) |
(* -1 x) |
(* -1 (* x (+ 1 (* 1/4 (/ 1 (pow x 2)))))) |
(* x (- (/ 1/64 (pow x 6)) (+ 1 (* 1/4 (/ 1 (pow x 2)))))) |
(* x (- (/ 1/64 (pow x 6)) (+ 1 (+ (* 1/4 (/ 1 (pow x 2))) (* 1/64 (/ 1 (pow x 8))))))) |
(* 4 (pow x 3)) |
(* (pow x 3) (+ 4 (* 3 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 3 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 4))) |
(* -1 (* (pow x 3) (- (* 1/64 (/ 1 (pow x 8))) (+ 4 (+ (/ 1/4 (pow x 4)) (* 3 (/ 1 (pow x 2)))))))) |
(* 3/40 (pow x 2)) |
(* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) |
(* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) |
(* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) |
(* -5/112 (pow x 4)) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* -5/112 (pow x 4)) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* 3/40 x) |
(* x (+ 3/40 (* -5/112 (pow x 2)))) |
(* x (+ 3/40 (* -5/112 (pow x 2)))) |
(* x (+ 3/40 (* -5/112 (pow x 2)))) |
(* -5/112 (pow x 3)) |
(* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(* -5/112 (pow x 3)) |
(* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
| Outputs |
|---|
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
(* -5/112 (pow x 7)) |
(*.f64 #s(literal -5/112 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 7) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -5/112 binary64) (+.f64 (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* -5/112 (pow x 7)) |
(*.f64 #s(literal -5/112 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -5/112 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal -3/40 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (* 3/40 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 7) (- (+ 5/112 (/ 1/6 (pow x 4))) (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -5/112 binary64) (+.f64 (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/6 (pow x 2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64)))) |
(+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))) |
(* -5/112 (pow x 6)) |
(*.f64 #s(literal -5/112 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -5/112 binary64) (+.f64 (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* -5/112 (pow x 6)) |
(*.f64 #s(literal -5/112 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (+ (* 3/40 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -5/112 binary64) (+.f64 (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* -1/6 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/6 binary64))) |
(* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))) |
(* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) |
(* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))) |
(* -5/112 (pow x 6)) |
(*.f64 #s(literal -5/112 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 6 binary64))) |
(* -5/112 (pow x 6)) |
(*.f64 #s(literal -5/112 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 3/40 (/ 1 (pow x 2))) (+ 5/112 (/ 1/6 (pow x 4))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/40 binary64) (*.f64 x x)) (-.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 6 binary64))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 5)) |
(*.f64 #s(literal 3/40 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(* 3/40 (pow x 4)) |
(*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 4) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(+ (log 1/2) (* -1 (log x))) |
(-.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 x)) |
(+ (log 1/2) (+ (* -1 (log x)) (* 4 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (-.f64 (*.f64 x (*.f64 x #s(literal 4 binary64))) (log.f64 x))) |
(+ (log 1/2) (+ (* -1 (log x)) (* (pow x 2) (+ 4 (* -8 (pow x 2)))))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x #s(literal -8 binary64))))) (-.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 x))) |
(+ (log 1/2) (+ (* -1 (log x)) (* (pow x 2) (+ 4 (* (pow x 2) (- (* 64/3 (pow x 2)) 8)))))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 4 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -8 binary64) (*.f64 (*.f64 x x) #s(literal 64/3 binary64)))))) (-.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 x))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 x) (log.f64 #s(literal 2 binary64))) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal 2 binary64)) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 1/32 (pow x 4))) |
(+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal -1/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 1/192 (/ 1 (pow x 6)))))) (/ 1/32 (pow x 4))) |
(+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1/192 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal -1/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(+ (log -2) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -2) (+ (* -1 (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (log.f64 #s(literal -2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) |
(- (+ (log -2) (+ (* -1 (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 1/32 (pow x 4))) |
(+.f64 (log.f64 #s(literal -2 binary64)) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(- (+ (log -2) (+ (* -1 (log (/ -1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 1/192 (/ 1 (pow x 6)))))) (/ 1/32 (pow x 4))) |
(+.f64 (/.f64 #s(literal 1/192 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (log.f64 #s(literal -2 binary64)) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/ 1/2 x) |
(/.f64 #s(literal 1/2 binary64) x) |
(/ (+ 1/2 (* 2 (pow x 2))) x) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 2 binary64)))) x) |
(/ (+ 1/2 (* 2 (pow x 2))) x) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 2 binary64)))) x) |
(/ (+ 1/2 (* 2 (pow x 2))) x) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal 2 binary64)))) x) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(/ 1/2 x) |
(/.f64 #s(literal 1/2 binary64) x) |
(/ (+ 1/2 (pow x 2)) x) |
(/.f64 (+.f64 (*.f64 x x) #s(literal 1/2 binary64)) x) |
(/ (+ 1/2 (pow x 2)) x) |
(/.f64 (+.f64 (*.f64 x x) #s(literal 1/2 binary64)) x) |
(/ (+ 1/2 (pow x 2)) x) |
(/.f64 (+.f64 (*.f64 x x) #s(literal 1/2 binary64)) x) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
x |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (+ 1 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(+ (log -1/16) (* -5 (log x))) |
(+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) |
(+ (log -1/16) (+ (* -5 (log x)) (* -2 (pow x 2)))) |
(+.f64 (*.f64 (log.f64 x) #s(literal -5 binary64)) (+.f64 (*.f64 x (*.f64 x #s(literal -2 binary64))) (log.f64 #s(literal -1/16 binary64)))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* 6 (pow x 2)) 2)))) |
(+.f64 (log.f64 #s(literal -1/16 binary64)) (+.f64 (*.f64 (log.f64 x) #s(literal -5 binary64)) (*.f64 (*.f64 x x) (+.f64 #s(literal -2 binary64) (*.f64 (*.f64 x x) #s(literal 6 binary64)))))) |
(+ (log -1/16) (+ (* -5 (log x)) (* (pow x 2) (- (* (pow x 2) (+ 6 (* 40/3 (pow x 2)))) 2)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1/16 binary64)) (*.f64 (log.f64 x) #s(literal -5 binary64))) (*.f64 (*.f64 x x) (+.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 6 binary64) (*.f64 (*.f64 x x) #s(literal 40/3 binary64)))))))) |
(+ (log -1/2) (log (/ 1 x))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) |
(- (+ (log -1/2) (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(-.f64 (log.f64 #s(literal -1/2 binary64)) (+.f64 (log.f64 x) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log -1/2) (+ (log (/ 1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (-.f64 (log.f64 #s(literal -1/2 binary64)) (log.f64 x)) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 #s(literal 5/192 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (+ (/ 3/32 (pow x 4)) (* 5/192 (/ 1 (pow x 6)))))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 #s(literal 3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 5/192 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))))) |
(/ -1/16 (pow x 5)) |
(/.f64 #s(literal -1/16 binary64) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 5)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (pow.f64 x #s(literal 5 binary64))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) 1/2) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) x) |
(/ (- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) x) |
(/.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ -1/16 (pow x 4)) |
(/.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/ (- (* 1/8 (pow x 2)) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 (*.f64 x x) #s(literal 1/8 binary64))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/ (- (* (pow x 2) (+ 1/8 (* -1/2 (pow x 2)))) 1/16) (pow x 4)) |
(/.f64 (+.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/8 (/ 1 (pow x 2))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(- (* 1/8 (/ 1 (pow x 2))) (+ 1/2 (/ 1/16 (pow x 4)))) |
(-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/6 binary64))))) |
(* x (+ 1 (* (pow x 2) (- (* 3/40 (pow x 2)) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64)))))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) 1/6)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))))))) |
(+ (log 2) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 x) (log.f64 #s(literal 2 binary64))) |
(+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) |
(+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal 2 binary64)) (/.f64 #s(literal 1/4 binary64) (*.f64 x x)))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (* 1/4 (/ 1 (pow x 2))))) (/ 3/32 (pow x 4))) |
(+.f64 (log.f64 x) (+.f64 (+.f64 (log.f64 #s(literal 2 binary64)) (/.f64 #s(literal 1/4 binary64) (*.f64 x x))) (/.f64 #s(literal -3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(- (+ (log 2) (+ (* -1 (log (/ 1 x))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6)))))) (/ 3/32 (pow x 4))) |
(+.f64 (+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x x)) (/.f64 #s(literal 5/96 binary64) (pow.f64 x #s(literal 6 binary64)))))) (/.f64 #s(literal -3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(+ (log 1/2) (log (/ -1 x))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (+ (log 1/2) (log (/ -1 x))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (* 1/4 (/ 1 (pow x 2)))) |
(+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(- (+ (log 1/2) (+ (log (/ -1 x)) (/ 3/32 (pow x 4)))) (+ (* 1/4 (/ 1 (pow x 2))) (* 5/96 (/ 1 (pow x 6))))) |
(+.f64 (+.f64 (log.f64 #s(literal 1/2 binary64)) (+.f64 (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 3/32 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) (/.f64 #s(literal -5/96 binary64) (pow.f64 x #s(literal 6 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 (* x (+ 1 (* 1/2 x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(+ 1 (* x (+ 1 (* x (+ 1/2 (* -1/8 (pow x 2))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x #s(literal -1/8 binary64)))))))) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
(* x (+ 2 (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(* x (- (+ 2 (* 1/2 (/ 1 (pow x 2)))) (/ 1/8 (pow x 4)))) |
(*.f64 x (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* x (- (+ 2 (+ (* 1/2 (/ 1 (pow x 2))) (* 1/16 (/ 1 (pow x 6))))) (/ 1/8 (pow x 4)))) |
(*.f64 x (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (- 1/2 (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (* 1/8 (/ 1 (pow x 2)))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) x) |
(* -1 (/ (- (+ 1/2 (/ 1/16 (pow x 4))) (+ (* 1/8 (/ 1 (pow x 2))) (* 5/128 (/ 1 (pow x 6))))) x)) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 5/128 binary64) (pow.f64 x #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) x)) |
-1 |
#s(literal -1 binary64) |
(- (* -2 (pow x 2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(- (* -2 (pow x 2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(- (* -2 (pow x 2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(* -2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -2 binary64))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(* -2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -2 binary64))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
(* -1 (* (pow x 2) (+ 2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -2 binary64)))) |
-1 |
#s(literal -1 binary64) |
(- x 1) |
(+.f64 x #s(literal -1 binary64)) |
(- (* x (+ 1 (* -5/2 x))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -5/2 binary64))))) |
(- (* x (+ 1 (* x (- (* 2 x) 5/2)))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal 2 binary64)) #s(literal -5/2 binary64)))))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* 1/4 (/ 1 (pow x 2)))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(* x (- (/ 1/64 (pow x 6)) (+ 1 (* 1/4 (/ 1 (pow x 2)))))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))))) |
(* x (- (/ 1/64 (pow x 6)) (+ 1 (+ (* 1/4 (/ 1 (pow x 2))) (* 1/64 (/ 1 (pow x 8))))))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x))) (/.f64 #s(literal -1/64 binary64) (pow.f64 x #s(literal 8 binary64)))))) |
(* 4 (pow x 3)) |
(*.f64 x (*.f64 x (*.f64 x #s(literal 4 binary64)))) |
(* (pow x 3) (+ 4 (* 3 (/ 1 (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x #s(literal 4 binary64))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ 3 (* 1/4 (/ 1 (pow x 2)))) (pow x 2))) 4))) |
(*.f64 (+.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -3 binary64)) (*.f64 x x)) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (* (pow x 3) (- (* 1/64 (/ 1 (pow x 8))) (+ 4 (+ (/ 1/4 (pow x 4)) (* 3 (/ 1 (pow x 2)))))))) |
(*.f64 (+.f64 (-.f64 (-.f64 (/.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal 8 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x x))) (/.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* 3/40 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 3/40 binary64)) |
(* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* (pow x 2) (+ 3/40 (* -5/112 (pow x 2)))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* -5/112 (pow x 4)) |
(*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* -5/112 (pow x 4)) |
(*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* 3/40 x) |
(*.f64 x #s(literal 3/40 binary64)) |
(* x (+ 3/40 (* -5/112 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* x (+ 3/40 (* -5/112 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* x (+ 3/40 (* -5/112 (pow x 2)))) |
(*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64)))) |
(* -5/112 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) |
(* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))))) |
(* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))))) |
(* (pow x 3) (- (* 3/40 (/ 1 (pow x 2))) 5/112)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -5/112 binary64) (/.f64 #s(literal 3/40 binary64) (*.f64 x x))))) |
(* -5/112 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -5/112 binary64))) |
(* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 5/112 binary64) (/.f64 #s(literal -3/40 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 5/112 binary64) (/.f64 #s(literal -3/40 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (* (pow x 3) (- 5/112 (* 3/40 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 5/112 binary64) (/.f64 #s(literal -3/40 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
Compiled 31348 to 2427 computations (92.3% saved)
20 alts after pruning (7 fresh and 13 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 958 | 4 | 962 |
| Fresh | 0 | 3 | 3 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 9 | 9 |
| Total | 959 | 20 | 979 |
| Status | Accuracy | Program |
|---|---|---|
| 19.8% | (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) | |
| ✓ | 50.7% | (+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
| 4.9% | (*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) | |
| ✓ | 50.8% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
| ✓ | 52.3% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
| ✓ | 7.0% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
| 1.9% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (+.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -3 binary64)) (*.f64 x x)) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))))) | |
| 1.9% | (log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 x (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) | |
| 7.4% | (log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) | |
| ✓ | 23.2% | (log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
| ✓ | 22.7% | (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
| ✓ | 22.6% | (log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
| 26.7% | (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) | |
| ✓ | 33.2% | (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
| ✓ | 1.9% | (log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| ✓ | 27.5% | (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
| ✓ | 26.6% | (log.f64 (+.f64 x x)) |
| ✓ | 22.7% | (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
| 26.6% | (log.f64 (*.f64 x (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) | |
| ✓ | 52.6% | x |
Compiled 870 to 334 computations (61.6% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(log.f64 (*.f64 x (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
(log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 x (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) |
(log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (+.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -3 binary64)) (*.f64 x x)) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
(log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
(log.f64 (/.f64 (-.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64))) (-.f64 x (hypot.f64 #s(literal 1 binary64) x)))) |
(log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (-.f64 x (hypot.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal 1 binary64)))))) |
| Outputs |
|---|
(log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))) |
3 calls:
| 8.0ms | (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
| 7.0ms | x |
| 6.0ms | (log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 3 | x |
| 86.5% | 3 | (log.f64 (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64))))) |
| 86.5% | 3 | (+.f64 x (sqrt.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)))) |
Compiled 21 to 14 computations (33.3% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(log.f64 (*.f64 x (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) x)) |
(log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 x (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) |
(log.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal 1 binary64)))) (*.f64 (+.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/4 binary64) (*.f64 x x)) #s(literal -3 binary64)) (*.f64 x x)) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))))) |
| Outputs |
|---|
(log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
1 calls:
| 7.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.1% | 3 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
| Outputs |
|---|
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.1% | 3 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
| Outputs |
|---|
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.0% | 3 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(log.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x)) |
| Outputs |
|---|
(log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.9% | 3 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
(log.f64 (+.f64 x (-.f64 (/.f64 #s(literal -1/2 binary64) x) x))) |
| Outputs |
|---|
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))) |
1 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 3 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
| Outputs |
|---|
(log.f64 (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(log.f64 (+.f64 x x)) |
1 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 3 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
(log.f64 (+.f64 x x)) |
| Outputs |
|---|
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(log.f64 (+.f64 x x)) |
1 calls:
| 3.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 77.2% | 2 | x |
Compiled 2 to 1 computations (50% saved)
Total -32.7b remaining (-107.9%)
Threshold costs -32.7b (-107.9%)
| Inputs |
|---|
x |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 #s(literal -1/6 binary64) (*.f64 x x))) x) |
(*.f64 x (*.f64 #s(literal 3/40 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x #s(literal 3/40 binary64)) x) (*.f64 x (*.f64 x x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))) (*.f64 x x)) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64))))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x #s(literal 3/40 binary64)))))))))) |
| Outputs |
|---|
x |
1 calls:
| 3.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.6% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 13.0ms | -5.808643328327411 | -0.021322999138629412 |
| 16.0ms | 256× | 0 | valid |
Compiled 606 to 410 computations (32.3% saved)
ival-add: 3.0ms (28.9% of total)ival-log: 3.0ms (28.9% of total)ival-mult: 2.0ms (19.2% of total)ival-sqrt: 2.0ms (19.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 13.0ms | -5.808643328327411 | -0.021322999138629412 |
| 16.0ms | 256× | 0 | valid |
Compiled 670 to 458 computations (31.6% saved)
ival-add: 3.0ms (29.5% of total)ival-log: 3.0ms (29.5% of total)ival-mult: 2.0ms (19.7% of total)ival-sqrt: 2.0ms (19.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 13.0ms | -5.808643328327411 | -0.021322999138629412 |
| 16.0ms | 256× | 0 | valid |
Compiled 654 to 442 computations (32.4% saved)
ival-add: 3.0ms (28.8% of total)ival-log: 3.0ms (28.8% of total)ival-mult: 2.0ms (19.2% of total)ival-sqrt: 2.0ms (19.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 13.0ms | -5.808643328327411 | -0.021322999138629412 |
| 16.0ms | 256× | 0 | valid |
Compiled 606 to 418 computations (31% saved)
ival-add: 3.0ms (29.1% of total)ival-log: 3.0ms (29.1% of total)ival-mult: 2.0ms (19.4% of total)ival-sqrt: 2.0ms (19.4% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 16.0ms | -5.808643328327411 | -0.021322999138629412 |
| 19.0ms | 256× | 0 | valid |
Compiled 558 to 378 computations (32.3% saved)
ival-log: 6.0ms (45.1% of total)ival-add: 3.0ms (22.5% of total)ival-mult: 2.0ms (15% of total)ival-sqrt: 2.0ms (15% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 13.0ms | -5.808643328327411 | -0.021322999138629412 |
| 18.0ms | 256× | 0 | valid |
Compiled 510 to 346 computations (32.2% saved)
ival-add: 3.0ms (29.3% of total)ival-log: 3.0ms (29.3% of total)ival-mult: 2.0ms (19.6% of total)ival-sqrt: 2.0ms (19.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 13.0ms | -5.808643328327411 | -0.021322999138629412 |
| 19.0ms | 256× | 0 | valid |
Compiled 478 to 322 computations (32.6% saved)
ival-sqrt: 5.0ms (37.8% of total)ival-add: 3.0ms (22.7% of total)ival-log: 3.0ms (22.7% of total)ival-mult: 2.0ms (15.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 0.0005767309791778933 | 1.478258031662542 |
| 8.0ms | 128× | 0 | valid |
Compiled 198 to 138 computations (30.3% saved)
ival-add: 1.0ms (19.3% of total)ival-log: 1.0ms (19.3% of total)ival-mult: 1.0ms (19.3% of total)ival-sqrt: 1.0ms (19.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 32× | +-commutative_binary64 |
| 28× | *-commutative_binary64 |
| 8× | sub-neg_binary64 |
| 6× | neg-sub0_binary64 |
| 6× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 83 | 375 |
| 1 | 111 | 375 |
| 2 | 119 | 375 |
| 3 | 125 | 375 |
| 4 | 130 | 375 |
| 5 | 132 | 375 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 x #s(literal -2476979795053773/2251799813685248 binary64)) (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (if (<=.f64 x #s(literal 3314649325744685/144115188075855872 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(if (<=.f64 x #s(literal -2476979795053773/2251799813685248 binary64)) (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (if (<=.f64 x #s(literal 2206763817411543/2251799813685248 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))))) |
(if (<=.f64 x #s(literal -2476979795053773/2251799813685248 binary64)) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) (if (<=.f64 x #s(literal 2206763817411543/2251799813685248 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))))) |
(if (<=.f64 x #s(literal -1261007895663739/1125899906842624 binary64)) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) (if (<=.f64 x #s(literal 2206763817411543/2251799813685248 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))))) |
(if (<=.f64 x #s(literal -1261007895663739/1125899906842624 binary64)) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) (if (<=.f64 x #s(literal 4728779608739021/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(if (<=.f64 x #s(literal -5854679515581645/4503599627370496 binary64)) (log.f64 (/.f64 #s(literal -1/2 binary64) x)) (if (<=.f64 x #s(literal 4728779608739021/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(if (<=.f64 x #s(literal -5854679515581645/4503599627370496 binary64)) (log.f64 (/.f64 #s(literal -1/2 binary64) x)) (if (<=.f64 x #s(literal 5854679515581645/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x x)))) |
(if (<=.f64 x #s(literal 5944751508129055/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) (log.f64 (+.f64 x x))) |
x |
| Outputs |
|---|
(if (<=.f64 x #s(literal -2476979795053773/2251799813685248 binary64)) (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (if (<=.f64 x #s(literal 3314649325744685/144115188075855872 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x (hypot.f64 #s(literal 1 binary64) x))))) |
(if (<=.f64 x #s(literal -2476979795053773/2251799813685248 binary64)) (log.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))))) (if (<=.f64 x #s(literal 2206763817411543/2251799813685248 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))))) |
(if (<=.f64 x #s(literal -2476979795053773/2251799813685248 binary64)) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 #s(literal -1/16 binary64) (*.f64 x x))) (*.f64 x x))) x)) (if (<=.f64 x #s(literal 2206763817411543/2251799813685248 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))))) |
(if (<=.f64 x #s(literal -1261007895663739/1125899906842624 binary64)) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) (if (<=.f64 x #s(literal 2206763817411543/2251799813685248 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 (*.f64 x #s(literal 2 binary64)) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x x))) x))))) |
(if (<=.f64 x #s(literal -1261007895663739/1125899906842624 binary64)) (log.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) x)) (if (<=.f64 x #s(literal 4728779608739021/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(if (<=.f64 x #s(literal -5854679515581645/4503599627370496 binary64)) (log.f64 (/.f64 #s(literal -1/2 binary64) x)) (if (<=.f64 x #s(literal 4728779608739021/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x (-.f64 x (/.f64 #s(literal -1/2 binary64) x)))))) |
(if (<=.f64 x #s(literal -5854679515581645/4503599627370496 binary64)) (log.f64 (/.f64 #s(literal -1/2 binary64) x)) (if (<=.f64 x #s(literal 5854679515581645/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal 3/40 binary64) (*.f64 (*.f64 x x) #s(literal -5/112 binary64))))))))) (log.f64 (+.f64 x x)))) |
(if (<=.f64 x #s(literal 5944751508129055/4503599627370496 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) #s(literal 3/40 binary64))))))) (log.f64 (+.f64 x x))) |
x |
| 3916× | /-lowering-/.f32 |
| 3916× | /-lowering-/.f64 |
| 3482× | *-lowering-*.f32 |
| 3482× | *-lowering-*.f64 |
| 3468× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 30 | 174 |
| 1 | 191 | 157 |
| 2 | 1690 | 152 |
| 0 | 8360 | 152 |
| 0 | 131 | 1209 |
| 1 | 347 | 1134 |
| 2 | 1009 | 1113 |
| 3 | 3173 | 1104 |
| 0 | 8497 | 1104 |
| 0 | 125 | 956 |
| 1 | 367 | 871 |
| 2 | 1126 | 837 |
| 3 | 3910 | 791 |
| 0 | 8541 | 791 |
| 0 | 7 | 8 |
| 1 | 12 | 6 |
| 2 | 13 | 6 |
| 3 | 14 | 6 |
| 0 | 14 | 6 |
| 1× | fuel |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 659 to 272 computations (58.7% saved)
Compiled 822 to 208 computations (74.7% saved)
Loading profile data...