
Time bar (total: 17.7s)
| 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 |
| 0% | 0% | 50% | 0% | 0% | 50% | 0% | 3 |
| 50% | 25% | 25% | 0% | 0% | 50% | 0% | 4 |
| 75% | 37.5% | 12.5% | 0% | 0% | 50% | 0% | 5 |
| 87.5% | 43.7% | 6.2% | 0% | 0% | 50% | 0% | 6 |
| 93.8% | 46.9% | 3.1% | 0% | 0% | 50% | 0% | 7 |
| 96.9% | 48.4% | 1.6% | 0% | 0% | 50% | 0% | 8 |
| 98.4% | 49.2% | 0.8% | 0% | 0% | 50% | 0% | 9 |
| 99.2% | 49.6% | 0.4% | 0% | 0% | 50% | 0% | 10 |
| 99.6% | 49.8% | 0.2% | 0% | 0% | 50% | 0% | 11 |
| 99.8% | 49.9% | 0.1% | 0% | 0% | 50% | 0% | 12 |
Compiled 15 to 12 computations (20% saved)
ival-div: 1.0ms (39.1% of total)ival-asin: 1.0ms (39.1% of total)ival-pi: 0.0ms (0% of total)ival-sub: 0.0ms (0% of total)ival-mult: 0.0ms (0% of total)const: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1.8s | 3268× | 2 | valid |
| 1.4s | 4800× | 1 | valid |
| 26.0ms | 188× | 0 | valid |
| 0.0ms | 5× | 0 | invalid |
ival-asin: 1.2s (44.3% of total)ival-sub: 323.0ms (12.5% of total)ival-div: 322.0ms (12.4% of total)ival-sqrt: 228.0ms (8.8% of total)backward-pass: 228.0ms (8.8% of total)ival-mult: 174.0ms (6.7% of total)ival-pi: 138.0ms (5.3% of total)const: 30.0ms (1.2% of total)| 2× | egg-herbie |
| 770× | fnmadd-define |
| 612× | fmsub-define |
| 590× | fnmsub-define |
| 466× | fmm-def |
| 362× | fma-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 42 |
| 1 | 47 | 40 |
| 2 | 97 | 37 |
| 3 | 224 | 33 |
| 4 | 461 | 33 |
| 5 | 904 | 33 |
| 6 | 1445 | 33 |
| 7 | 1907 | 33 |
| 8 | 2282 | 33 |
| 9 | 2415 | 33 |
| 10 | 2439 | 33 |
| 0 | 11 | 13 |
| 1 | 26 | 13 |
| 2 | 40 | 12 |
| 3 | 67 | 12 |
| 4 | 105 | 11 |
| 5 | 172 | 11 |
| 6 | 292 | 11 |
| 7 | 441 | 11 |
| 8 | 560 | 11 |
| 9 | 850 | 11 |
| 10 | 1041 | 11 |
| 11 | 1063 | 11 |
| 0 | 1063 | 11 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #s(literal -2 binary64))) |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2))))) |
(neg (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2)))))) |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(fnmsub 2 (asin (sqrt (fnmsub x 1/2 -1/2))) (* (PI) -1/2)) |
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2))))) |
(fnmsub 2 (asin (sqrt (fnmsub x -1/2 -1/2))) (* (PI) -1/2)) |
(neg (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2)))))) |
(fnmsub (asin (sqrt (fnmsub x -1/2 -1/2))) -2 (* (PI) 1/2)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 255 | 0 | - | 1 | (0.02706781788494566) | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 0 | 0 | - | 0 | - | (PI.f64) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 1 binary64) x) |
| 0 | 0 | - | 0 | - | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 176.0ms | 318× | 1 | valid |
| 127.0ms | 184× | 2 | valid |
| 1.0ms | 10× | 0 | valid |
Compiled 118 to 35 computations (70.3% saved)
ival-asin: 68.0ms (42.9% of total)backward-pass: 24.0ms (15.1% of total)ival-div: 19.0ms (12% of total)ival-sub: 13.0ms (8.2% of total)ival-sqrt: 12.0ms (7.6% of total)ival-mult: 12.0ms (7.6% of total)ival-pi: 8.0ms (5% of total)const: 2.0ms (1.3% of total)Compiled 14 to 12 computations (14.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
Compiled 14 to 11 computations (21.4% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 292× | fnmadd-define |
| 232× | sum3-define |
| 212× | fma-lowering-fma.f32 |
| 212× | fma-define |
| 212× | fmsub-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 50 |
| 1 | 26 | 50 |
| 2 | 40 | 49 |
| 3 | 67 | 49 |
| 4 | 105 | 44 |
| 5 | 172 | 44 |
| 6 | 292 | 44 |
| 7 | 441 | 44 |
| 8 | 560 | 44 |
| 9 | 850 | 44 |
| 10 | 1041 | 44 |
| 11 | 1063 | 44 |
| 0 | 1063 | 44 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (sqrt (/ (- 1 x) 2)))) |
(asin (sqrt (/ (- 1 x) 2))) |
(sqrt (/ (- 1 x) 2)) |
(/ (- 1 x) 2) |
(- 1 x) |
1 |
x |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #s(literal -2 binary64))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (sqrt (/ (- 1 x) 2)))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))))) |
(asin (sqrt (/ (- 1 x) 2))) |
(asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) |
(sqrt (/ (- 1 x) 2)) |
(sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) |
(/ (- 1 x) 2) |
(-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| ✓ | accuracy | 98.5% | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| ✓ | accuracy | 9.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 67.0ms | 159× | 1 | valid |
| 61.0ms | 92× | 2 | valid |
| 1.0ms | 5× | 0 | valid |
Compiled 52 to 12 computations (76.9% saved)
ival-asin: 30.0ms (39.9% of total)backward-pass: 12.0ms (16% of total)ival-div: 9.0ms (12% of total)ival-sub: 7.0ms (9.3% of total)ival-mult: 7.0ms (9.3% of total)ival-sqrt: 5.0ms (6.6% of total)ival-pi: 3.0ms (4% of total)const: 1.0ms (1.3% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2)))))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (* 2 (asin (sqrt (/ (- 1 x) 2))))> |
#<alt (asin (sqrt (/ (- 1 x) 2)))> |
#<alt (sqrt (/ (- 1 x) 2))> |
| Outputs |
|---|
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* -1/8 (* x (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* x (+ (* -1/8 (sqrt 1/2)) (* -1/16 (* x (sqrt 1/2))))))))> |
#<alt (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))> |
#<alt (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))> |
#<alt (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt 1/2) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2))))> |
#<alt (* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))))> |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | -inf | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | 0 | (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| 0.0ms | x | @ | inf | (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| 0.0ms | x | @ | 0 | (sqrt (/ (- 1 x) 2)) |
| 1× | batch-egg-rewrite |
| 2202× | *-lowering-*.f32 |
| 2202× | *-lowering-*.f64 |
| 1480× | prod-diff |
| 1168× | pow-lowering-pow.f64 |
| 1168× | pow-lowering-pow.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 39 |
| 1 | 60 | 38 |
| 2 | 267 | 38 |
| 3 | 1486 | 34 |
| 0 | 8458 | 34 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(/ (PI) 2) |
(PI) |
(* 2 (asin (sqrt (/ (- 1 x) 2)))) |
(asin (sqrt (/ (- 1 x) 2))) |
(sqrt (/ (- 1 x) 2)) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(+.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) #s(literal 0 binary64)) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(+.f64 (fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (fma.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(+.f64 (fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (neg.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (fma.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(+.f64 (fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (fma.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (neg.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (fma.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(+.f64 (fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (fma.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (cbrt.f64 (PI.f64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (fma.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) #s(literal 0 binary64)) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) #s(literal 0 binary64)) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) #s(literal 0 binary64)) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(/.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(/.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64)))) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -2/3 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (PI.f64) #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal -2/3 binary64)))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(+.f64 #s(literal 0 binary64) (PI.f64)) |
(+.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 (PI.f64))) #s(literal -1 binary64))) |
(fabs.f64 (PI.f64)) |
(fabs.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fabs.f64 (-.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 0 binary64))) |
(fabs.f64 (-.f64 #s(literal 1 binary64) (+.f64 (PI.f64) #s(literal 1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 1 binary64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (log.f64 (exp.f64 (+.f64 (PI.f64) #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(fma.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64) #s(literal -1 binary64)) |
(expm1.f64 (log1p.f64 (PI.f64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (PI.f64) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64)) |
(log1p.f64 (expm1.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 6 binary64)) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/6 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (E.f64) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 1/3 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 3 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (exp.f64 #s(literal 1/3 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) |
(pow.f64 (exp.f64 #s(literal 3 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (E.f64) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (log.f64 (exp.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 7/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 4/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (log.f64 (exp.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 4/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 4/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 7/4 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (cbrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 5/6 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 4/3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 7/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64)))) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 17/6 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 11/4 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 7/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/6 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 11/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (fabs.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (fabs.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 7/3 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 4/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (cbrt.f64 (PI.f64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(+.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (asin.f64 (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) #s(literal 1/2 binary64)) (*.f64 (log.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64)) (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) #s(literal 1/2 binary64)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) #s(literal 1/2 binary64)) (*.f64 (log.f64 #s(literal 2 binary64)) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64))) |
(/.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal -2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 (/.f64 #s(literal -2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 x #s(literal -1 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -2 binary64))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (pow.f64 #s(literal -2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -2 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal -2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -2 binary64))))) |
| 1× | egg-herbie |
| 4346× | *-lowering-*.f32 |
| 4346× | *-lowering-*.f64 |
| 2544× | +-lowering-+.f64 |
| 2544× | +-lowering-+.f32 |
| 1670× | fnmadd-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 94 | 667 |
| 1 | 284 | 641 |
| 2 | 975 | 619 |
| 3 | 3438 | 611 |
| 0 | 8107 | 611 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* -1/8 (* x (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* x (+ (* -1/8 (sqrt 1/2)) (* -1/16 (* x (sqrt 1/2)))))))) |
(* (sqrt x) (* (sqrt -1) (sqrt 1/2))) |
(* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt 1/2) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
| Outputs |
|---|
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* -1/8 (* x (sqrt 1/2)))))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/8 binary64)))))) |
(+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* x (+ (* -1/8 (sqrt 1/2)) (* -1/16 (* x (sqrt 1/2)))))))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 x #s(literal -1/16 binary64))) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(* (sqrt x) (* (sqrt -1) (sqrt 1/2))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1 binary64)))) |
(* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))) |
(*.f64 x (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) #s(literal -1 binary64)))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt 1/2) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(*.f64 x (+.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) #s(literal -1 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) x)) (-.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(*.f64 x (*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
Compiled 8529 to 1180 computations (86.2% saved)
8 alts after pruning (7 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 393 | 7 | 400 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 393 | 8 | 401 |
| Status | Accuracy | Program |
|---|---|---|
| 7.6% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| ▶ | 9.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
| ▶ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ▶ | 7.9% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
| ▶ | 6.7% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ▶ | 4.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
Compiled 244 to 193 computations (20.9% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
| 2234× | +-lowering-+.f64 |
| 2234× | +-lowering-+.f32 |
| 1802× | fnmadd-define |
| 1780× | --lowering--.f32 |
| 1780× | --lowering--.f64 |
Useful iterations: 6 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 268 |
| 1 | 81 | 263 |
| 2 | 157 | 258 |
| 3 | 360 | 254 |
| 4 | 604 | 251 |
| 5 | 1301 | 245 |
| 6 | 3607 | 244 |
| 0 | 8501 | 244 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2)))))) |
(- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (sqrt 1/2))) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
(- (/ (PI) 2) (* 2 (asin (pow (/ 2 (- 1 x)) -1/2)))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (pow (/ 2 (- 1 x)) -1/2))) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(pow (/ 2 (- 1 x)) -1/2) |
(/ 2 (- 1 x)) |
(- 1 x) |
1 |
x |
-1/2 |
(- (/ (PI) 2) (* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2)))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2))))) |
(asin (* (sqrt 1/2) (+ 1 (* x -1/2)))) |
(* (sqrt 1/2) (+ 1 (* x -1/2))) |
(sqrt 1/2) |
1/2 |
(+ 1 (* x -1/2)) |
1 |
(* x -1/2) |
x |
-1/2 |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x))))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x)))))) |
(asin (/ 1 (sqrt (/ 2 (- 1 x))))) |
(/ 1 (sqrt (/ 2 (- 1 x)))) |
1 |
(sqrt (/ 2 (- 1 x))) |
(/ 2 (- 1 x)) |
(- 1 x) |
x |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2)))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (sqrt 1/2))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(asin (sqrt 1/2)) |
(asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(- (/ (PI) 2) (* 2 (asin (pow (/ 2 (- 1 x)) -1/2)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (pow (/ 2 (- 1 x)) -1/2))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
(pow (/ 2 (- 1 x)) -1/2) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)) |
(/ 2 (- 1 x)) |
(/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
-1/2 |
#s(literal -1/2 binary64) |
(- (/ (PI) 2) (* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2)))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (* (sqrt 1/2) (+ 1 (* x -1/2)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x #s(literal -2 binary64))))) |
(* (sqrt 1/2) (+ 1 (* x -1/2))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x #s(literal -2 binary64)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1 (* x -1/2)) |
(+.f64 #s(literal 1 binary64) (/.f64 x #s(literal -2 binary64))) |
1 |
#s(literal 1 binary64) |
(* x -1/2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-1/2 |
#s(literal -1/2 binary64) |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))))) |
(asin (/ 1 (sqrt (/ 2 (- 1 x))))) |
(asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/ 1 (sqrt (/ 2 (- 1 x)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
1 |
#s(literal 1 binary64) |
(sqrt (/ 2 (- 1 x))) |
(sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) |
(/ 2 (- 1 x)) |
(/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
x |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) |
| ✓ | accuracy | 98.6% | (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
| ✓ | accuracy | 98.5% | (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
| ✓ | accuracy | 9.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
| ✓ | accuracy | 98.5% | (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ✓ | accuracy | 9.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
| ✓ | accuracy | 100.0% | (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 98.5% | (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 9.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 98.4% | (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
| ✓ | accuracy | 100.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 9.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
| 801.0ms | 256× | 2 | valid |
Compiled 278 to 37 computations (86.7% saved)
ival-asin: 146.0ms (31.9% of total)backward-pass: 67.0ms (14.7% of total)ival-pow: 55.0ms (12% of total)ival-mult: 54.0ms (11.8% of total)ival-acos: 43.0ms (9.4% of total)ival-sub: 30.0ms (6.6% of total)ival-div: 27.0ms (5.9% of total)ival-sqrt: 20.0ms (4.4% of total)ival-add: 8.0ms (1.8% of total)ival-pi: 5.0ms (1.1% of total)const: 2.0ms (0.4% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2)))))))> |
#<alt (* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (- (/ (PI) 2) (* 2 (asin (sqrt 1/2))))> |
#<alt (* 2 (asin (sqrt 1/2)))> |
#<alt (- (/ (PI) 2) (* 2 (asin (pow (/ 2 (- 1 x)) -1/2))))> |
#<alt (* 2 (asin (pow (/ 2 (- 1 x)) -1/2)))> |
#<alt (- (/ (PI) 2) (* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2)))))> |
#<alt (- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x)))))))> |
#<alt (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x))))))> |
#<alt (acos (sqrt (+ 1/2 (/ x -2))))> |
#<alt (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2)))))> |
#<alt (sqrt (+ 1/2 (/ x -2)))> |
#<alt (asin (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (asin (pow (/ 2 (- 1 x)) -1/2))> |
#<alt (/ 2 (- 1 x))> |
#<alt (pow (/ 2 (- 1 x)) -1/2)> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* x -1/2))))> |
#<alt (* (sqrt 1/2) (+ 1 (* x -1/2)))> |
#<alt (asin (/ 1 (sqrt (/ 2 (- 1 x)))))> |
#<alt (/ 1 (sqrt (/ 2 (- 1 x))))> |
#<alt (sqrt (/ 2 (- 1 x)))> |
| Outputs |
|---|
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (* (sqrt x) (sqrt -1/2))> |
#<alt (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))))> |
#<alt (* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2))))> |
#<alt (* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt 2> |
#<alt (+ 2 (* 2 x))> |
#<alt (+ 2 (* x (+ 2 (* 2 x))))> |
#<alt (+ 2 (* x (+ 2 (* x (+ 2 (* 2 x))))))> |
#<alt (/ -2 x)> |
#<alt (* -1 (/ (+ 2 (* 2 (/ 1 x))) x))> |
#<alt (/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x)> |
#<alt (/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) (pow x 2))) (+ 2 (* 2 (/ 1 x)))) x)> |
#<alt (/ -2 x)> |
#<alt (* -1 (/ (+ 2 (* 2 (/ 1 x))) x))> |
#<alt (* -1 (/ (+ 2 (+ (* 2 (/ 1 x)) (/ 2 (pow x 2)))) x))> |
#<alt (* -1 (/ (+ 2 (* -1 (/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x))) x))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (* (sqrt x) (sqrt -1/2))> |
#<alt (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))))> |
#<alt (* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2))))> |
#<alt (* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2))))> |
#<alt (* -1/2 (* x (sqrt 1/2)))> |
#<alt (* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x)))> |
#<alt (* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x)))> |
#<alt (* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x)))> |
#<alt (* -1/2 (* x (sqrt 1/2)))> |
#<alt (* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2)))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))> |
#<alt (/ 1 (sqrt 2))> |
#<alt (+ (* -1/2 (/ x (sqrt 2))) (/ 1 (sqrt 2)))> |
#<alt (+ (* x (- (* -1/8 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2)))> |
#<alt (+ (* x (- (* x (- (* -1/16 (/ x (sqrt 2))) (* 1/8 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2)))> |
#<alt (* (sqrt x) (/ (sqrt -1) (sqrt 2)))> |
#<alt (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))> |
#<alt (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ 1 (* (pow (sqrt -1) 3) (sqrt 2))))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))> |
#<alt (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ 1 (* (pow (sqrt -1) 3) (sqrt 2))))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ 1 (* (pow (sqrt -1) 5) (sqrt 2))))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))))> |
#<alt (* -1 (* (sqrt x) (/ (sqrt -1) (sqrt 2))))> |
#<alt (* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))> |
#<alt (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))))> |
#<alt (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))))> |
#<alt (sqrt 2)> |
#<alt (+ (sqrt 2) (* 1/2 (* x (sqrt 2))))> |
#<alt (+ (sqrt 2) (* x (+ (* 3/8 (* x (sqrt 2))) (* 1/2 (sqrt 2)))))> |
#<alt (+ (sqrt 2) (* x (+ (* 1/2 (sqrt 2)) (* x (+ (* 5/16 (* x (sqrt 2))) (* 3/8 (sqrt 2)))))))> |
#<alt (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 7))) (/ (* (sqrt 2) (+ 1 (* 1/4 (/ x (pow (sqrt -1) 2))))) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))))> |
#<alt (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (* (sqrt x) (* (sqrt -1) (sqrt 2)))) (* 1/2 (* (sqrt (/ 1 x)) (* (sqrt -1) (* (sqrt 2) (+ 1 (* -1/4 x))))))) (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))))> |
57 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | inf | (* (sqrt 1/2) (+ 1 (* x -1/2))) |
| 1.0ms | x | @ | 0 | (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x)))))) |
| 1.0ms | x | @ | -inf | (sqrt (+ 1/2 (/ x -2))) |
| 1.0ms | x | @ | 0 | (- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))))) |
| 1.0ms | x | @ | inf | (sqrt (+ 1/2 (/ x -2))) |
| 1× | batch-egg-rewrite |
| 1876× | *-lowering-*.f32 |
| 1876× | *-lowering-*.f64 |
| 1608× | fnmadd-define |
| 1356× | fmsub-define |
| 1320× | fmm-def |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 225 |
| 1 | 145 | 167 |
| 2 | 553 | 166 |
| 3 | 2967 | 166 |
| 0 | 8373 | 166 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))))) |
(* 2 (- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2)))))) |
(/ (PI) 2) |
(PI) |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(* 2 (asin (sqrt 1/2))) |
(- (/ (PI) 2) (* 2 (asin (pow (/ 2 (- 1 x)) -1/2)))) |
(* 2 (asin (pow (/ 2 (- 1 x)) -1/2))) |
(- (/ (PI) 2) (* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2)))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* x -1/2))))) |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x))))))) |
(* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(- (/ (PI) 2) (acos (sqrt (+ 1/2 (/ x -2))))) |
(sqrt (+ 1/2 (/ x -2))) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(/ 2 (- 1 x)) |
(pow (/ 2 (- 1 x)) -1/2) |
(asin (* (sqrt 1/2) (+ 1 (* x -1/2)))) |
(* (sqrt 1/2) (+ 1 (* x -1/2))) |
(asin (/ 1 (sqrt (/ 2 (- 1 x))))) |
(/ 1 (sqrt (/ 2 (- 1 x)))) |
(sqrt (/ 2 (- 1 x))) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 2 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(+.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (PI.f64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(fabs.f64 (PI.f64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (log.f64 (pow.f64 (E.f64) (+.f64 (PI.f64) #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(-.f64 (log.f64 (exp.f64 (+.f64 (PI.f64) #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(fma.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64) #s(literal -1 binary64)) |
(expm1.f64 (log1p.f64 (PI.f64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) |
(neg.f64 (*.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(neg.f64 (*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(/.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 #s(literal -2 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 (*.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 2 binary64)) #s(literal -2 binary64)) |
(log1p.f64 (expm1.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 6 binary64)) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/6 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (E.f64) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 3 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (log.f64 (exp.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (log.f64 (exp.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64)))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (log.f64 (exp.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64)))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (log.f64 (exp.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 3 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 2 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))))) |
(+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) |
(*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 2 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (PI.f64) (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1/2 binary64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal -1/2 binary64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 3 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1/2 binary64))) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(neg.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal -1 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 #s(literal -2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -2 binary64))) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(exp.f64 (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64)))) |
(neg.f64 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1/2 binary64)) |
(/.f64 (exp.f64 (log.f64 #s(literal 2 binary64))) (exp.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (exp.f64 (log.f64 #s(literal -2 binary64))) (exp.f64 (log.f64 (+.f64 x #s(literal -1 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -2 binary64)) |
(*.f64 (exp.f64 (log.f64 #s(literal 2 binary64))) (exp.f64 (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1/2 binary64))) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(neg.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal -1 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 #s(literal -2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -2 binary64))) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(+.f64 #s(literal 0 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -2 binary64)))) |
(+.f64 (*.f64 x (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -2 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 x #s(literal 2 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 x (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(fma.f64 (/.f64 x #s(literal -2 binary64)) (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(fma.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 x #s(literal -2 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(fma.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64) (*.f64 x (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal -1/2 binary64)) x (sqrt.f64 #s(literal 1/2 binary64))) |
(fma.f64 (*.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (asin.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1/2 binary64))) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(neg.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (sqrt.f64 #s(literal -2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal -1 binary64)) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 #s(literal -2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -2 binary64))) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -2 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal -1 binary64))))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 2 binary64)))) |
(exp.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (sqrt.f64 #s(literal 2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 #s(literal -2 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (sqrt.f64 #s(literal -2 binary64)) (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal -2 binary64))) (neg.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal -2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64))) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -2 binary64)) (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
| 1× | egg-herbie |
| 4408× | *-lowering-*.f32 |
| 4408× | *-lowering-*.f64 |
| 2990× | +-lowering-+.f64 |
| 2990× | +-lowering-+.f32 |
| 1778× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 299 | 3043 |
| 1 | 958 | 2862 |
| 2 | 3054 | 2812 |
| 3 | 7173 | 2806 |
| 0 | 8747 | 2806 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(* (sqrt x) (sqrt -1/2)) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
2 |
(+ 2 (* 2 x)) |
(+ 2 (* x (+ 2 (* 2 x)))) |
(+ 2 (* x (+ 2 (* x (+ 2 (* 2 x)))))) |
(/ -2 x) |
(* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) |
(/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x) |
(/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) (pow x 2))) (+ 2 (* 2 (/ 1 x)))) x) |
(/ -2 x) |
(* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) |
(* -1 (/ (+ 2 (+ (* 2 (/ 1 x)) (/ 2 (pow x 2)))) x)) |
(* -1 (/ (+ 2 (* -1 (/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x))) x)) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(* (sqrt x) (sqrt -1/2)) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(* -1/2 (* x (sqrt 1/2))) |
(* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x))) |
(* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x))) |
(* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x))) |
(* -1/2 (* x (sqrt 1/2))) |
(* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2))))) |
(* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2))))) |
(* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2))))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(/ 1 (sqrt 2)) |
(+ (* -1/2 (/ x (sqrt 2))) (/ 1 (sqrt 2))) |
(+ (* x (- (* -1/8 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2))) |
(+ (* x (- (* x (- (* -1/16 (/ x (sqrt 2))) (* 1/8 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2))) |
(* (sqrt x) (/ (sqrt -1) (sqrt 2))) |
(* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ 1 (* (pow (sqrt -1) 3) (sqrt 2))))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ 1 (* (pow (sqrt -1) 3) (sqrt 2))))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ 1 (* (pow (sqrt -1) 5) (sqrt 2))))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))) |
(* -1 (* (sqrt x) (/ (sqrt -1) (sqrt 2)))) |
(* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))))) |
(sqrt 2) |
(+ (sqrt 2) (* 1/2 (* x (sqrt 2)))) |
(+ (sqrt 2) (* x (+ (* 3/8 (* x (sqrt 2))) (* 1/2 (sqrt 2))))) |
(+ (sqrt 2) (* x (+ (* 1/2 (sqrt 2)) (* x (+ (* 5/16 (* x (sqrt 2))) (* 3/8 (sqrt 2))))))) |
(* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 7))) (/ (* (sqrt 2) (+ 1 (* 1/4 (/ x (pow (sqrt -1) 2))))) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))))) |
(* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt x) (* (sqrt -1) (sqrt 2)))) (* 1/2 (* (sqrt (/ 1 x)) (* (sqrt -1) (* (sqrt 2) (+ 1 (* -1/4 x))))))) (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))) |
| Outputs |
|---|
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(*.f64 #s(literal 2 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(* 2 (asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(- (* 1/2 (PI)) (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal -1/4 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal -1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64)))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))) (*.f64 #s(literal 1/128 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (- 1 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
2 |
#s(literal 2 binary64) |
(+ 2 (* 2 x)) |
(+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) |
(+ 2 (* x (+ 2 (* 2 x)))) |
(+.f64 #s(literal 2 binary64) (*.f64 x (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))) |
(+ 2 (* x (+ 2 (* x (+ 2 (* 2 x)))))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))) |
(/ -2 x) |
(/.f64 #s(literal -2 binary64) x) |
(* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 #s(literal -2 binary64) x)) x) |
(/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 #s(literal -2 binary64) x)) x)) x) |
(/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) (pow x 2))) (+ 2 (* 2 (/ 1 x)))) x) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 #s(literal -2 binary64) x)) x)) x)) x) |
(/ -2 x) |
(/.f64 #s(literal -2 binary64) x) |
(* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 #s(literal -2 binary64) x)) x) |
(* -1 (/ (+ 2 (+ (* 2 (/ 1 x)) (/ 2 (pow x 2)))) x)) |
(/.f64 (+.f64 #s(literal -2 binary64) (+.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 #s(literal -2 binary64) (*.f64 x x)))) x) |
(* -1 (/ (+ 2 (* -1 (/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x))) x)) |
(/.f64 (-.f64 #s(literal 2 binary64) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 #s(literal -2 binary64) x)) x)) x)) (-.f64 #s(literal 0 binary64) x)) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal -1/4 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal -1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64)))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))) (*.f64 #s(literal 1/128 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x))) |
(* -1/2 (* x (sqrt 1/2))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x))) |
(*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x))) |
(*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(* x (+ (* -1/2 (sqrt 1/2)) (/ (sqrt 1/2) x))) |
(*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(* -1/2 (* x (sqrt 1/2))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) |
(* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2))))) |
(*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2))))) |
(*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(* -1 (* x (+ (* -1 (/ (sqrt 1/2) x)) (* 1/2 (sqrt 1/2))))) |
(*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (- 1 x)))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(asin (* (/ 1 (sqrt 2)) (sqrt (+ 1 (* -1 x))))) |
(asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))) |
(/ 1 (sqrt 2)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* -1/2 (/ x (sqrt 2))) (/ 1 (sqrt 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) x) (sqrt.f64 #s(literal 2 binary64)))) |
(+ (* x (- (* -1/8 (/ x (sqrt 2))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal -1/8 binary64)) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(+ (* x (- (* x (- (* -1/16 (/ x (sqrt 2))) (* 1/8 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 2 binary64)))) (/.f64 #s(literal -1/8 binary64) (sqrt.f64 #s(literal 2 binary64))))) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(* (sqrt x) (/ (sqrt -1) (sqrt 2))) |
(/.f64 (*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64))) |
(* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ 1 (* (pow (sqrt -1) 3) (sqrt 2))))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))))))) |
(* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ 1 (* (pow (sqrt -1) 3) (sqrt 2))))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ 1 (* (pow (sqrt -1) 5) (sqrt 2))))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ 1 (* (sqrt -1) (sqrt 2))))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))) |
(*.f64 x (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 2 binary64))))))) |
(* -1 (* (sqrt x) (/ (sqrt -1) (sqrt 2)))) |
(/.f64 (*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))) |
(*.f64 x (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 2 binary64))) (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (sqrt 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (/ (sqrt -1) (sqrt 2)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 2 binary64))) (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) #s(literal 1/16 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) #s(literal -1/8 binary64)))))) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(+ (sqrt 2) (* 1/2 (* x (sqrt 2)))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64))) |
(+ (sqrt 2) (* x (+ (* 3/8 (* x (sqrt 2))) (* 1/2 (sqrt 2))))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (+.f64 (*.f64 x (*.f64 x #s(literal 3/8 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))) |
(+ (sqrt 2) (* x (+ (* 1/2 (sqrt 2)) (* x (+ (* 5/16 (* x (sqrt 2))) (* 3/8 (sqrt 2))))))) |
(+.f64 (*.f64 x (*.f64 (*.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal 3/8 binary64) (*.f64 x #s(literal 5/16 binary64))))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)))) |
(* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))))))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 2) (sqrt -1)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 7))) (/ (* (sqrt 2) (+ 1 (* 1/4 (/ x (pow (sqrt -1) 2))))) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/4 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 #s(literal -1 binary64)))))) |
(* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal -1/2 binary64) (+.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))))))) |
(+ (* -1 (/ (+ (* 1/2 (* (sqrt x) (* (sqrt -1) (sqrt 2)))) (* 1/2 (* (sqrt (/ 1 x)) (* (sqrt -1) (* (sqrt 2) (+ 1 (* -1/4 x))))))) (pow x 3))) (+ (* -1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 2))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))))) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (+.f64 (sqrt.f64 x) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))))) |
Compiled 40180 to 3815 computations (90.5% saved)
12 alts after pruning (9 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1946 | 7 | 1953 |
| Fresh | 0 | 2 | 2 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1949 | 12 | 1961 |
| Status | Accuracy | Program |
|---|---|---|
| 7.6% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| 6.5% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| ▶ | 4.1% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| ▶ | 6.5% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
| ▶ | 9.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
| 5.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) | |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ▶ | 6.7% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
| ▶ | 4.5% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ✓ | 4.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
Compiled 347 to 278 computations (19.9% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
| ✓ | cost-diff | 6272 | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (sqrt.f64 (PI.f64)) |
| ✓ | cost-diff | 0 | (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 19200 | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
| ✓ | cost-diff | 0 | (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
| 4928× | sum4-define |
| 1302× | fnmadd-define |
| 1140× | *-lowering-*.f32 |
| 1140× | *-lowering-*.f64 |
| 1130× | sum3-define |
Useful iterations: 6 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 262 |
| 1 | 94 | 250 |
| 2 | 167 | 246 |
| 3 | 316 | 246 |
| 4 | 589 | 246 |
| 5 | 1243 | 235 |
| 6 | 2452 | 233 |
| 7 | 4341 | 233 |
| 8 | 6635 | 233 |
| 9 | 7499 | 233 |
| 10 | 7766 | 233 |
| 11 | 7927 | 233 |
| 12 | 7965 | 233 |
| 13 | 7973 | 233 |
| 0 | 9577 | 233 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(/ (PI) 2) |
(PI) |
2 |
(- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt 2))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (/ 1 (sqrt 2)))) |
(asin (/ 1 (sqrt 2))) |
(/ 1 (sqrt 2)) |
1 |
(sqrt 2) |
(- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (pow (+ 2 (* 2 x)) -1/2))) |
(asin (pow (+ 2 (* 2 x)) -1/2)) |
(pow (+ 2 (* 2 x)) -1/2) |
(+ 2 (* 2 x)) |
(* 2 x) |
x |
-1/2 |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* -2 (asin (* (sqrt 1/2) (+ (/ x -2) 1))))) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(PI) |
2 |
(* -2 (asin (* (sqrt 1/2) (+ (/ x -2) 1)))) |
-2 |
(asin (* (sqrt 1/2) (+ (/ x -2) 1))) |
(* (sqrt 1/2) (+ (/ x -2) 1)) |
(sqrt 1/2) |
1/2 |
(+ (/ x -2) 1) |
(/ x -2) |
x |
1 |
(+ (* (pow (PI) 1/4) (* (pow (PI) 1/4) (/ (sqrt (PI)) 2))) (* -2 (asin (sqrt 1/2)))) |
(pow (PI) 1/4) |
(PI) |
1/4 |
(* (pow (PI) 1/4) (/ (sqrt (PI)) 2)) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
2 |
(* -2 (asin (sqrt 1/2))) |
-2 |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
| Outputs |
|---|
(- (/ (PI) 2) (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt 2))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (/ 1 (sqrt 2)))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(asin (/ 1 (sqrt 2))) |
(asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/ 1 (sqrt 2)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) |
1 |
#s(literal 1 binary64) |
(sqrt 2) |
(sqrt.f64 #s(literal 2 binary64)) |
(- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (pow (+ 2 (* 2 x)) -1/2))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) |
(asin (pow (+ 2 (* 2 x)) -1/2)) |
(asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) |
(pow (+ 2 (* 2 x)) -1/2) |
(pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)) |
(+ 2 (* 2 x)) |
(+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
x |
-1/2 |
#s(literal -1/2 binary64) |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* -2 (asin (* (sqrt 1/2) (+ (/ x -2) 1))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(/ (sqrt (PI)) 2) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* -2 (asin (* (sqrt 1/2) (+ (/ x -2) 1)))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) |
-2 |
#s(literal -2 binary64) |
(asin (* (sqrt 1/2) (+ (/ x -2) 1))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) |
(* (sqrt 1/2) (+ (/ x -2) 1)) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ (/ x -2) 1) |
(+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
1 |
#s(literal 1 binary64) |
(+ (* (pow (PI) 1/4) (* (pow (PI) 1/4) (/ (sqrt (PI)) 2))) (* -2 (asin (sqrt 1/2)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(pow (PI) 1/4) |
(pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
(PI) |
(PI.f64) |
1/4 |
#s(literal 1/4 binary64) |
(* (pow (PI) 1/4) (/ (sqrt (PI)) 2)) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(/ (sqrt (PI)) 2) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
2 |
#s(literal 2 binary64) |
(* -2 (asin (sqrt 1/2))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
-2 |
#s(literal -2 binary64) |
(asin (sqrt 1/2)) |
(asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | accuracy | 3.1% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) |
| ✓ | accuracy | 3.1% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 2 binary64) x) |
| ✓ | accuracy | 100.0% | (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 3.1% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
| ✓ | accuracy | 3.1% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 3.1% | (PI.f64) |
| 2.7s | 256× | 5 | exit |
Compiled 272 to 41 computations (84.9% saved)
ival-asin: 707.0ms (33% of total)ival-pow: 582.0ms (27.1% of total)backward-pass: 191.0ms (8.9% of total)ival-acos: 163.0ms (7.6% of total)ival-mult: 140.0ms (6.5% of total)ival-div: 130.0ms (6.1% of total)compiled-spec: 80.0ms (3.7% of total)ival-sqrt: 61.0ms (2.8% of total)ival-add: 43.0ms (2% of total)ival-sub: 33.0ms (1.5% of total)ival-pi: 11.0ms (0.5% of total)const: 4.0ms (0.2% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))> |
#<alt (- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt 2)))))> |
#<alt (* 2 (asin (/ 1 (sqrt 2))))> |
#<alt (- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2))))> |
#<alt (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))> |
#<alt (+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* -2 (asin (* (sqrt 1/2) (+ (/ x -2) 1)))))> |
#<alt (/ (sqrt (PI)) 2)> |
#<alt (sqrt (PI))> |
#<alt (+ (* (pow (PI) 1/4) (* (pow (PI) 1/4) (/ (sqrt (PI)) 2))) (* -2 (asin (sqrt 1/2))))> |
#<alt (pow (PI) 1/4)> |
#<alt (* (pow (PI) 1/4) (/ (sqrt (PI)) 2))> |
#<alt (acos (sqrt (+ 1/2 (/ x -2))))> |
#<alt (sqrt (+ 1/2 (/ x -2)))> |
#<alt (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)> |
#<alt (asin (/ 1 (sqrt 2)))> |
#<alt (sqrt 2)> |
#<alt (asin (pow (+ 2 (* 2 x)) -1/2))> |
#<alt (* 2 x)> |
#<alt (asin (* (sqrt 1/2) (+ (/ x -2) 1)))> |
#<alt (sqrt 1/2)> |
#<alt (asin (sqrt 1/2))> |
| Outputs |
|---|
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))> |
#<alt (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (* (sqrt x) (sqrt -1/2))> |
#<alt (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))))> |
#<alt (* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2))))> |
#<alt (* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -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 (* 2 x)> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
#<alt (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))> |
33 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | (- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
| 0.0ms | x | @ | inf | (- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
| 0.0ms | x | @ | inf | (- (/ (PI) 2) (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
| 0.0ms | x | @ | 0 | (- (/ (PI) 2) (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
| 0.0ms | x | @ | 0 | (- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
| 1× | batch-egg-rewrite |
| 2242× | *-lowering-*.f32 |
| 2242× | *-lowering-*.f64 |
| 1902× | sum4-define |
| 1556× | fnmadd-define |
| 1394× | pow-lowering-pow.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 169 |
| 1 | 155 | 143 |
| 2 | 626 | 140 |
| 3 | 3156 | 140 |
| 0 | 8280 | 140 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(/ (PI) 2) |
(PI) |
(- (PI) (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt 2))))) |
(* 2 (asin (/ 1 (sqrt 2)))) |
(- (/ (PI) 2) (* 2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
(* 2 (asin (pow (+ 2 (* 2 x)) -1/2))) |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* -2 (asin (* (sqrt 1/2) (+ (/ x -2) 1))))) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(+ (* (pow (PI) 1/4) (* (pow (PI) 1/4) (/ (sqrt (PI)) 2))) (* -2 (asin (sqrt 1/2)))) |
(pow (PI) 1/4) |
(* (pow (PI) 1/4) (/ (sqrt (PI)) 2)) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(asin (/ 1 (sqrt 2))) |
(sqrt 2) |
(asin (pow (+ 2 (* 2 x)) -1/2)) |
(* 2 x) |
(asin (* (sqrt 1/2) (+ (/ x -2) 1))) |
(sqrt 1/2) |
(asin (sqrt 1/2)) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (PI.f64))) |
(-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (PI.f64)) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 #s(literal -1 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(neg.f64 (+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(+.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (PI.f64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/3 binary64))) |
(fabs.f64 (PI.f64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (log.f64 (pow.f64 (E.f64) (+.f64 (PI.f64) #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(-.f64 (log.f64 (exp.f64 (+.f64 (PI.f64) #s(literal 1 binary64)))) #s(literal 1 binary64)) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(expm1.f64 (log1p.f64 (PI.f64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) |
(log1p.f64 (expm1.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 6 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 8 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/6 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 3/4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 4 binary64))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (E.f64) #s(literal 3 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (log.f64 (exp.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (log.f64 (exp.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (E.f64) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (PI.f64) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (PI.f64) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (+.f64 (PI.f64) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (PI.f64) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(fma.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (PI.f64)) |
(fma.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (PI.f64)) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64) (PI.f64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) #s(literal 2 binary64))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) |
(*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/6 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/6 binary64))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(fabs.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(sqrt.f64 (PI.f64)) |
(cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(pow.f64 (PI.f64) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/6 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 4 binary64)) |
(pow.f64 (E.f64) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/12 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/8 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (*.f64 (exp.f64 #s(literal 1/4 binary64)) (exp.f64 #s(literal 1/4 binary64))) (log.f64 (PI.f64))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (log.f64 (exp.f64 (cbrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 5/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/8 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/12 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal 1/4 binary64))) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64)) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal 1/8 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/12 binary64))) |
(exp.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(fabs.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(sqrt.f64 (sqrt.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/8 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/12 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 3 binary64)) |
(pow.f64 (E.f64) (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/24 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/6 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/16 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/4 binary64)) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) #s(literal 1 binary64)) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) #s(literal 3 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (exp.f64 #s(literal 1/4 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(neg.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 #s(literal 2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 #s(literal 2 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 #s(literal 2 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(/.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 #s(literal 2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -1 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 2 binary64) x) |
(*.f64 x #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
| 1× | egg-herbie |
| 4318× | *-lowering-*.f32 |
| 4318× | *-lowering-*.f64 |
| 1850× | /-lowering-/.f32 |
| 1850× | /-lowering-/.f64 |
| 1478× | +-lowering-+.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 137 | 1456 |
| 1 | 384 | 1327 |
| 2 | 1087 | 1294 |
| 3 | 3597 | 1286 |
| 0 | 8466 | 1286 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(* (sqrt x) (sqrt -1/2)) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 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) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
| Outputs |
|---|
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(- (* 1/2 (PI)) (* 2 (asin (sqrt (/ 1 (- 2 (* -2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(* 2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (- 1 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (+ 1 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal -1/4 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 #s(literal -1/4 binary64) (*.f64 x #s(literal -1/16 binary64))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/128 binary64)))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 #s(literal -1/4 binary64) (*.f64 x #s(literal -1/16 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1/2 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) (/.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) #s(literal -1/2 binary64)))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1/2 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) (/.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(*.f64 x (-.f64 (*.f64 (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 x (-.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)))))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x))))) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(* 2 x) |
(*.f64 #s(literal 2 binary64) x) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (- 1 (* 1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
(asin (* (sqrt 1/2) (+ 1 (* -1/2 x)))) |
(asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)))) |
Compiled 35751 to 3555 computations (90.1% saved)
20 alts after pruning (16 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1720 | 14 | 1734 |
| Fresh | 2 | 2 | 4 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1726 | 20 | 1746 |
| Status | Accuracy | Program |
|---|---|---|
| 7.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) | |
| ▶ | 7.6% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| 6.5% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) | |
| ▶ | 6.6% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
| 4.1% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) | |
| ▶ | 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| 7.7% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) | |
| 6.9% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) | |
| 6.7% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) | |
| 6.5% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) | |
| 6.7% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) | |
| 6.7% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) | |
| 7.7% | (fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) | |
| ▶ | 5.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | 4.5% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ✓ | 4.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| ▶ | 9.0% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
Compiled 677 to 530 computations (21.7% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
| ✓ | cost-diff | 6272 | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
| ✓ | cost-diff | 6272 | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (pow.f64 (PI.f64) #s(literal 2/3 binary64)) |
| ✓ | cost-diff | 6272 | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal -2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
| 1632× | sum3-define |
| 1510× | fnmadd-define |
| 1268× | fmsub-define |
| 1266× | fnmsub-define |
| 1264× | sum5-define |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 44 | 8589934860 |
| 1 | 82 | 8589934852 |
| 2 | 139 | 8589934849 |
| 3 | 243 | 8589934849 |
| 4 | 453 | 8589934849 |
| 5 | 997 | 8589934849 |
| 6 | 1772 | 8589934847 |
| 7 | 2569 | 8589934847 |
| 8 | 3625 | 8589934847 |
| 9 | 6945 | 8589934847 |
| 10 | 7980 | 8589934847 |
| 0 | 8052 | 277 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) -2) (* -2 (acos (sqrt (+ 1/2 (/ x -2)))))) |
(/ (PI) -2) |
(PI) |
-2 |
(* -2 (acos (sqrt (+ 1/2 (/ x -2))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(/ (PI) 2) |
(PI) |
2 |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(* (acos (sqrt 1/2)) 2) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(pow (PI) 2/3) |
(PI) |
2/3 |
(/ (cbrt (PI)) 2) |
(cbrt (PI)) |
2 |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (* -2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
(pow (PI) 1/4) |
(PI) |
1/4 |
(/ (pow (PI) 3/4) 2) |
(pow (PI) 3/4) |
3/4 |
2 |
(* -2 (asin (pow (+ 2 (* 2 x)) -1/2))) |
-2 |
(asin (pow (+ 2 (* 2 x)) -1/2)) |
(pow (+ 2 (* 2 x)) -1/2) |
(+ 2 (* 2 x)) |
(* 2 x) |
x |
-1/2 |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(pow (PI) 1/4) |
(PI) |
1/4 |
(/ (pow (PI) 1/4) (/ 2 (sqrt (PI)))) |
(/ 2 (sqrt (PI))) |
2 |
(sqrt (PI)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
| Outputs |
|---|
(- (/ (PI) -2) (* -2 (acos (sqrt (+ 1/2 (/ x -2)))))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(/ (PI) -2) |
(/.f64 (PI.f64) #s(literal -2 binary64)) |
(PI) |
(PI.f64) |
-2 |
#s(literal -2 binary64) |
(* -2 (acos (sqrt (+ 1/2 (/ x -2))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(* (acos (sqrt 1/2)) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(acos (sqrt 1/2)) |
(acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(+.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(pow (PI) 2/3) |
(pow.f64 (PI.f64) #s(literal 2/3 binary64)) |
(PI) |
(PI.f64) |
2/3 |
#s(literal 2/3 binary64) |
(/ (cbrt (PI)) 2) |
(/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(cbrt (PI)) |
(cbrt.f64 (PI.f64)) |
2 |
#s(literal 2 binary64) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (* -2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
(+.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1/2 binary64))))) |
(pow (PI) 1/4) |
(pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
(PI) |
(PI.f64) |
1/4 |
#s(literal 1/4 binary64) |
(/ (pow (PI) 3/4) 2) |
(/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) |
(pow (PI) 3/4) |
(pow.f64 (PI.f64) #s(literal 3/4 binary64)) |
3/4 |
#s(literal 3/4 binary64) |
2 |
#s(literal 2 binary64) |
(* -2 (asin (pow (+ 2 (* 2 x)) -1/2))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1/2 binary64)))) |
-2 |
#s(literal -2 binary64) |
(asin (pow (+ 2 (* 2 x)) -1/2)) |
(asin.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1/2 binary64))) |
(pow (+ 2 (* 2 x)) -1/2) |
(pow.f64 (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1/2 binary64)) |
(+ 2 (* 2 x)) |
(*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64))) |
(* 2 x) |
(*.f64 x #s(literal 2 binary64)) |
x |
-1/2 |
#s(literal -1/2 binary64) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(pow (PI) 1/4) |
(pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
(PI) |
(PI.f64) |
1/4 |
#s(literal 1/4 binary64) |
(/ (pow (PI) 1/4) (/ 2 (sqrt (PI)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/ 2 (sqrt (PI))) |
(/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) |
2 |
#s(literal 2 binary64) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | accuracy | 5.4% | (PI.f64) |
| ✓ | accuracy | 100.0% | (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 100.0% | (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 98.5% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | accuracy | 5.4% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 100.0% | (cbrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | accuracy | 5.4% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | accuracy | 5.4% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 99.7% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
| ✓ | accuracy | 5.4% | (PI.f64) |
| 2.2s | 250× | 5 | exit |
| 15.0ms | 6× | 2 | valid |
Compiled 292 to 42 computations (85.6% saved)
ival-pow: 545.0ms (31.5% of total)ival-acos: 523.0ms (30.2% of total)backward-pass: 223.0ms (12.9% of total)compiled-spec: 93.0ms (5.4% of total)ival-div: 84.0ms (4.9% of total)ival-mult: 82.0ms (4.7% of total)ival-sqrt: 42.0ms (2.4% of total)ival-asin: 41.0ms (2.4% of total)ival-add: 33.0ms (1.9% of total)ival-sub: 26.0ms (1.5% of total)ival-cbrt: 14.0ms (0.8% of total)ival-pi: 11.0ms (0.6% of total)...c/correct-round.rkt:119:19: 11.0ms (0.6% of total)const: 4.0ms (0.2% of total)| Inputs |
|---|
#<alt (- (/ (PI) -2) (* -2 (acos (sqrt (+ 1/2 (/ x -2))))))> |
#<alt (/ (PI) -2)> |
#<alt (PI)> |
#<alt (* -2 (acos (sqrt (+ 1/2 (/ x -2)))))> |
#<alt (- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2)))> |
#<alt (/ (PI) 2)> |
#<alt (- (PI) (* (acos (sqrt 1/2)) 2))> |
#<alt (+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2))> |
#<alt (pow (PI) 2/3)> |
#<alt (/ (cbrt (PI)) 2)> |
#<alt (+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (* -2 (asin (pow (+ 2 (* 2 x)) -1/2))))> |
#<alt (pow (PI) 1/4)> |
#<alt (/ (pow (PI) 3/4) 2)> |
#<alt (+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2))> |
#<alt (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))> |
#<alt (acos (sqrt (+ 1/2 (/ x -2))))> |
#<alt (sqrt (+ 1/2 (/ x -2)))> |
#<alt (acos (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (* (acos (sqrt 1/2)) 2)> |
#<alt (cbrt (PI))> |
#<alt (asin (sqrt (+ 1/2 (/ x -2))))> |
#<alt (asin (pow (+ 2 (* 2 x)) -1/2))> |
#<alt (pow (+ 2 (* 2 x)) -1/2)> |
#<alt (sqrt (PI))> |
| Outputs |
|---|
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (acos (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (* (sqrt x) (sqrt -1/2))> |
#<alt (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))> |
#<alt (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))))> |
#<alt (* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2))))> |
#<alt (* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (+ 2 (* 2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (asin (sqrt (/ 1 (- 2 (* -2 x)))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (- (* 1/2 (/ (* x (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2))))) (sqrt 1/2))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (- (* x (+ (* -1/2 (/ (* x (+ 1/2 (* -1/4 (/ (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (sqrt 1/2))) (* 1/2 (/ (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2))))) (* 1/4 (/ 1 (sqrt 1/2))))))> |
#<alt (* (sqrt (/ 1 x)) (sqrt 1/2))> |
#<alt (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2)))> |
#<alt (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2))))> |
#<alt (+ (* -1/2 (* (sqrt (/ 1 (pow x 7))) (/ (+ 1/2 (* 1/16 (/ x (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2)))))> |
#<alt (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2)))> |
#<alt (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))))> |
#<alt (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2)))))> |
#<alt (+ (* -1 (/ (+ (* -1/4 (* (sqrt x) (/ (sqrt -1) (sqrt -1/2)))) (* 1/2 (* (sqrt (/ 1 x)) (/ (* (sqrt -1) (+ 1/2 (* -1/16 (/ x (pow (sqrt -1/2) 2))))) (sqrt -1/2))))) (pow x 3))) (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2)))))> |
30 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | (pow (+ 2 (* 2 x)) -1/2) |
| 1.0ms | x | @ | 0 | (+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (* -2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
| 1.0ms | x | @ | -inf | (pow (+ 2 (* 2 x)) -1/2) |
| 0.0ms | x | @ | 0 | (- (/ (PI) -2) (* -2 (acos (sqrt (+ 1/2 (/ x -2)))))) |
| 0.0ms | x | @ | 0 | (pow (+ 2 (* 2 x)) -1/2) |
| 1× | batch-egg-rewrite |
| 2540× | *-lowering-*.f32 |
| 2540× | *-lowering-*.f64 |
| 1174× | prod-diff |
| 1154× | sum3-define |
| 998× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 44 | 175 |
| 1 | 159 | 141 |
| 2 | 682 | 138 |
| 3 | 6663 | 138 |
| 0 | 8017 | 138 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) -2) (* -2 (acos (sqrt (+ 1/2 (/ x -2)))))) |
(/ (PI) -2) |
(PI) |
(* -2 (acos (sqrt (+ 1/2 (/ x -2))))) |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(/ (PI) 2) |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(pow (PI) 2/3) |
(/ (cbrt (PI)) 2) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (* -2 (asin (pow (+ 2 (* 2 x)) -1/2)))) |
(pow (PI) 1/4) |
(/ (pow (PI) 3/4) 2) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ (pow (PI) 1/4) (/ 2 (sqrt (PI)))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
(* (acos (sqrt 1/2)) 2) |
(cbrt (PI)) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin (pow (+ 2 (* 2 x)) -1/2)) |
(pow (+ 2 (* 2 x)) -1/2) |
(sqrt (PI)) |
| Outputs |
|---|
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (PI.f64))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal -1/2 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 1/2 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal -2 binary64)) #s(literal -1/2 binary64)) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(neg.f64 (/.f64 (PI.f64) #s(literal 2 binary64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (PI.f64))) |
(/.f64 (PI.f64) #s(literal -2 binary64)) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal -2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 #s(literal -2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (neg.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (PI.f64)) |
(*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (-.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (+.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64))) |
(*.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (exp.f64 (PI.f64))))) |
(+.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/3 binary64))) |
(fabs.f64 (PI.f64)) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 (log.f64 (pow.f64 (E.f64) (+.f64 (PI.f64) #s(literal 1 binary64)))) (log.f64 (pow.f64 (E.f64) #s(literal 1 binary64)))) |
(-.f64 (log.f64 (exp.f64 (+.f64 (PI.f64) #s(literal 1 binary64)))) (log.f64 (E.f64))) |
(sqrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(expm1.f64 (log1p.f64 (PI.f64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) |
(log1p.f64 (expm1.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (E.f64) (log.f64 (PI.f64))) |
(pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/4 binary64)) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (E.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 8/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (PI.f64))) |
(-.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) (PI.f64)) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal -1 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(neg.f64 (+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal -2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 2 binary64)) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) (cbrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -3/4 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -3/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal -3/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (PI.f64) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) (PI.f64)) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) |
(fma.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64) (PI.f64)) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64) (PI.f64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(cbrt.f64 (*.f64 (PI.f64) (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 2/3 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 4/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 2/9 binary64)) |
(pow.f64 (exp.f64 #s(literal 2/3 binary64)) (log.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 1 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) |
(/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (cbrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (cbrt.f64 (PI.f64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (pow.f64 (PI.f64) #s(literal -1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(exp.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3/4 binary64))) |
(fabs.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(sqrt.f64 (sqrt.f64 (PI.f64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (PI.f64) #s(literal 1/4 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/12 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/4 binary64)) (log.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 3/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 3/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (pow.f64 (PI.f64) #s(literal -3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal -1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal -2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal -2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) #s(literal -1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (pow.f64 (PI.f64) #s(literal -3/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal -1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal -2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal -2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -2 binary64)) #s(literal -1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) (pow.f64 (PI.f64) #s(literal 3/8 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(+.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 0 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 1/2 binary64)))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -2 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2/3 binary64))) |
(fabs.f64 (cbrt.f64 (PI.f64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(sqrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(cbrt.f64 (PI.f64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(pow.f64 (PI.f64) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/6 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/9 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))))) |
(asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64)))))) |
(pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 #s(literal 2 binary64) (*.f64 x #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(fabs.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(sqrt.f64 (PI.f64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(pow.f64 (PI.f64) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 3/4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/6 binary64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/8 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) #s(literal 3/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64)) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) (pow.f64 (PI.f64) #s(literal 1/8 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
| 1× | egg-herbie |
| 4474× | *-lowering-*.f32 |
| 4474× | *-lowering-*.f64 |
| 1730× | fma-lowering-fma.f32 |
| 1730× | fma-lowering-fma.f64 |
| 1428× | fma-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 194 | 1544 |
| 1 | 562 | 1387 |
| 2 | 1737 | 1368 |
| 3 | 5111 | 1364 |
| 0 | 8112 | 1364 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(* (sqrt x) (sqrt -1/2)) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* x (- (* 1/2 (/ (* x (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2))))) (sqrt 1/2))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* x (- (* x (+ (* -1/2 (/ (* x (+ 1/2 (* -1/4 (/ (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (sqrt 1/2))) (* 1/2 (/ (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(* (sqrt (/ 1 x)) (sqrt 1/2)) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2)))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 7))) (/ (+ 1/2 (* 1/16 (/ x (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2))))) |
(* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2)))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))))) |
(+ (* -1 (/ (+ (* -1/4 (* (sqrt x) (/ (sqrt -1) (sqrt -1/2)))) (* 1/2 (* (sqrt (/ 1 x)) (/ (* (sqrt -1) (+ 1/2 (* -1/16 (/ x (pow (sqrt -1/2) 2))))) (sqrt -1/2))))) (pow x 3))) (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))))) |
| Outputs |
|---|
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (+ 2 (* 2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (/ 1 (- 2 (* -2 x)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal -1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64)))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 x))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(*.f64 x (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(*.f64 x (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 x (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (+ 2 (* 2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(asin (sqrt (/ 1 (- 2 (* -2 x))))) |
(asin.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 x #s(literal 1 binary64)))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (sqrt 1/2) (* x (- (* 1/2 (/ (* x (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2))))) (sqrt 1/2))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 x (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+ (sqrt 1/2) (* x (- (* x (+ (* -1/2 (/ (* x (+ 1/2 (* -1/4 (/ (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2)))) (pow (sqrt 1/2) 2))))) (sqrt 1/2))) (* 1/2 (/ (- 1/2 (* 1/16 (/ 1 (pow (sqrt 1/2) 2)))) (sqrt 1/2))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -5/32 binary64) (/.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal 3/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt (/ 1 x)) (sqrt 1/2)) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2)))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (* -1/2 (* (sqrt (/ 1 (pow x 7))) (/ (+ 1/2 (* 1/16 (/ x (pow (sqrt 1/2) 2)))) (sqrt 1/2)))) (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt 1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ 1 (sqrt 1/2)))) (* (sqrt (/ 1 x)) (sqrt 1/2))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/8 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (sqrt.f64 #s(literal 1/2 binary64))))) |
(* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))) |
(*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2)))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64)))))) |
(+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))))) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))))) |
(+ (* -1 (/ (+ (* -1/4 (* (sqrt x) (/ (sqrt -1) (sqrt -1/2)))) (* 1/2 (* (sqrt (/ 1 x)) (/ (* (sqrt -1) (+ 1/2 (* -1/16 (/ x (pow (sqrt -1/2) 2))))) (sqrt -1/2))))) (pow x 3))) (+ (* -1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt -1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt -1/2))))) |
(+.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 x) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))))) (*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1/8 binary64))) (sqrt.f64 #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 x (*.f64 x x))))) |
Compiled 37384 to 3992 computations (89.3% saved)
26 alts after pruning (20 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1703 | 12 | 1715 |
| Fresh | 3 | 8 | 11 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1709 | 26 | 1735 |
| Status | Accuracy | Program |
|---|---|---|
| 7.6% | (fma.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4/3 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| 7.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| 7.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) | |
| ✓ | 7.6% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| 6.5% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) | |
| 7.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) | |
| 7.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) | |
| 4.1% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) | |
| 7.7% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) | |
| 7.7% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) | |
| 6.9% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) | |
| 6.7% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) | |
| 4.5% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) | |
| 7.8% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) | |
| 7.8% | (fma.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) | |
| 7.7% | (fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) | |
| 7.9% | (fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) | |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | 4.5% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
| ✓ | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ✓ | 4.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| ✓ | 9.0% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
| 5.1% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
Compiled 1224 to 553 computations (54.8% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4/3 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (fma.f64 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1 binary64)))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
7 calls:
| 12.0ms | x |
| 11.0ms | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 11.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 10.0ms | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 10.0ms | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 9.0% | 1 | x |
| 9.0% | 1 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 9.0% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 9.0% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 9.0% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 9.0% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 9.0% | 1 | (-.f64 #s(literal 1 binary64) x) |
Compiled 51 to 41 computations (19.6% saved)
Total -1.8b remaining (-3%)
Threshold costs -1.8b (-3%)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 5.1% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| 1× | egg-herbie |
| 16× | +-commutative_binary64 |
| 14× | *-commutative_binary64 |
| 14× | sub-neg_binary64 |
| 10× | neg-sub0_binary64 |
| 10× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 15 | 22 |
| 1 | 27 | 22 |
| 2 | 47 | 22 |
| 3 | 57 | 22 |
| 4 | 64 | 22 |
| 5 | 66 | 22 |
| 1× | saturated |
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 4318× | *-lowering-*.f32 |
| 4318× | *-lowering-*.f64 |
| 2540× | *-lowering-*.f32 |
| 2540× | *-lowering-*.f64 |
| 2242× | *-lowering-*.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 39 |
| 1 | 60 | 38 |
| 2 | 267 | 38 |
| 3 | 1486 | 34 |
| 0 | 8458 | 34 |
| 0 | 44 | 175 |
| 1 | 159 | 141 |
| 2 | 682 | 138 |
| 3 | 6663 | 138 |
| 0 | 8017 | 138 |
| 0 | 36 | 225 |
| 1 | 145 | 167 |
| 2 | 553 | 166 |
| 3 | 2967 | 166 |
| 0 | 8373 | 166 |
| 0 | 137 | 1456 |
| 1 | 384 | 1327 |
| 2 | 1087 | 1294 |
| 3 | 3597 | 1286 |
| 0 | 8466 | 1286 |
| 0 | 42 | 169 |
| 1 | 155 | 143 |
| 2 | 626 | 140 |
| 3 | 3156 | 140 |
| 0 | 8280 | 140 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 97 to 73 computations (24.7% saved)
Compiled 80 to 56 computations (30% saved)
Loading profile data...