
Time bar (total: 20.1s)
| 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.6% of total)ival-asin: 1.0ms (39.6% 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.7s | 3300× | 2 | valid |
| 1.3s | 4774× | 1 | valid |
| 19.0ms | 182× | 0 | valid |
| 0.0ms | 1× | 0 | invalid |
ival-asin: 1.1s (46.5% of total)ival-div: 344.0ms (14% of total)backward-pass: 253.0ms (10.3% of total)ival-sub: 228.0ms (9.3% of total)ival-sqrt: 189.0ms (7.7% of total)ival-mult: 166.0ms (6.7% of total)ival-pi: 111.0ms (4.5% of total)const: 25.0ms (1% 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 | - | 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)))))) |
| 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) |
| 169.0ms | 212× | 2 | valid |
| 116.0ms | 292× | 1 | valid |
| 1.0ms | 8× | 0 | valid |
Compiled 118 to 35 computations (70.3% saved)
ival-asin: 65.0ms (34.1% of total)ival-sub: 47.0ms (24.7% of total)backward-pass: 24.0ms (12.6% of total)ival-div: 19.0ms (10% of total)ival-mult: 14.0ms (7.3% of total)ival-sqrt: 11.0ms (5.8% of total)ival-pi: 9.0ms (4.7% of total)const: 2.0ms (1% of total)Compiled 14 to 12 computations (14.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 5.9% | (-.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% | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 98.5% | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| ✓ | accuracy | 7.6% | (-.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)))))) |
| 95.0ms | 106× | 2 | valid |
| 61.0ms | 146× | 1 | valid |
| 1.0ms | 4× | 0 | valid |
Compiled 52 to 12 computations (76.9% saved)
ival-asin: 31.0ms (42.2% of total)backward-pass: 11.0ms (15% of total)ival-div: 10.0ms (13.6% of total)ival-sub: 6.0ms (8.2% of total)ival-sqrt: 6.0ms (8.2% of total)ival-mult: 5.0ms (6.8% of total)ival-pi: 3.0ms (4.1% of total)const: 1.0ms (1.4% 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 | |
|---|---|---|---|---|
| 3.0ms | x | @ | 0 | (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| 1.0ms | x | @ | inf | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | -inf | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | 0 | (sqrt (/ (- 1 x) 2)) |
| 0.0ms | x | @ | inf | (- (/ (PI) 2) (* 2 (asin (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 | 1481 | 34 |
| 0 | 8449 | 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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(+.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)))) |
(+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) #s(literal 0 binary64)) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)))) |
(+.f64 (fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (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 (*.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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(-.f64 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.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 (PI.f64) #s(literal -2 binary64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(fma.f64 (PI.f64) #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 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 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 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(fma.f64 (*.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)))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (*.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)))) #s(literal -1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (-.f64 (*.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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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)) (neg.f64 (-.f64 (*.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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 binary64) x)) #s(literal -1/2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.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 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 binary64) x)) #s(literal -1/2 binary64)))) #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) #s(literal 2 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 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 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (neg.f64 (-.f64 (*.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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) (+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))))) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.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 (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 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -2/3 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/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 (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 #s(literal 1 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 (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 (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 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 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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))))) |
(fma.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 1 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 1 binary64) x)) #s(literal -1/2 binary64)))) |
(*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #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 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(+.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 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 1 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 1 binary64) x)) #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 0 binary64) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1/4 binary64)) (/.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 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 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)) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 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) (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1/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))) |
(*.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)) (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 x #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 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 8792 to 1181 computations (86.6% saved)
7 alts after pruning (6 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 394 | 6 | 400 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 394 | 7 | 401 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 5.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| 5.9% | (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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) | |
| ▶ | 5.8% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ▶ | 7.6% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))))) |
| ▶ | 6.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))))))) |
| ✓ | 5.9% | (-.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.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
Compiled 224 to 173 computations (22.8% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | 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 (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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
| ✓ | cost-diff | 256 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))))) |
| 2662× | +-lowering-+.f64 |
| 2662× | +-lowering-+.f32 |
| 2258× | --lowering--.f32 |
| 2258× | --lowering--.f64 |
| 1794× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 8589934854 |
| 1 | 71 | 8589934850 |
| 2 | 127 | 8589934847 |
| 3 | 302 | 8589934843 |
| 4 | 644 | 8589934840 |
| 5 | 1529 | 8589934840 |
| 6 | 3985 | 8589934839 |
| 0 | 8108 | 270 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2)))) |
(- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))) |
(acos (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)))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (sqrt 1/2))) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
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 |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(PI) |
2 |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -2) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(pow (/ 2 (- 1 x)) -1/2) |
(/ 2 (- 1 x)) |
(- 1 x) |
1 |
x |
-1/2 |
-2 |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(pow (PI) 2/3) |
(PI) |
2/3 |
(/ (cbrt (PI)) 2) |
(cbrt (PI)) |
2 |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -2) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(pow (/ 2 (- 1 x)) -1/2) |
(/ 2 (- 1 x)) |
(- 1 x) |
1 |
x |
-1/2 |
-2 |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow (/ 2 (- 1 x)) -1/2)))) |
(+.f64 (*.f64 (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (PI.f64)) |
(- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) |
(acos (pow (/ 2 (- 1 x)) -1/2)) |
(acos.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)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/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/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 (/ 1 (sqrt (/ 2 (- 1 x))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) #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 (- 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 |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 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) |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -2) |
(*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -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) |
-2 |
#s(literal -2 binary64) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(+.f64 (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #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 (pow (/ 2 (- 1 x)) -1/2)) -2) |
(*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -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) |
-2 |
#s(literal -2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (cbrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.8% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
| ✓ | accuracy | 99.8% | (-.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 | 4.6% | (PI.f64) |
| ✓ | 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% | (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))) |
| ✓ | accuracy | 99.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64)))))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| 2.9s | 252× | 5 | exit |
| 9.0ms | 4× | 2 | valid |
Compiled 295 to 35 computations (88.1% saved)
ival-asin: 857.0ms (36.2% of total)ival-pow: 770.0ms (32.5% of total)backward-pass: 204.0ms (8.6% of total)ival-acos: 110.0ms (4.6% of total)ival-div: 88.0ms (3.7% of total)compiled-spec: 82.0ms (3.5% of total)ival-mult: 80.0ms (3.4% of total)ival-sub: 73.0ms (3.1% of total)ival-sqrt: 46.0ms (1.9% of total)ival-add: 18.0ms (0.8% of total)...c/correct-round.rkt:119:19: 14.0ms (0.6% of total)ival-cbrt: 13.0ms (0.5% of total)ival-pi: 11.0ms (0.5% of total)const: 3.0ms (0.1% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2)))))> |
#<alt (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/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 (/ 1 (sqrt (/ 2 (- 1 x)))))))> |
#<alt (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x))))))> |
#<alt (+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2))> |
#<alt (/ (sqrt (PI)) 2)> |
#<alt (sqrt (PI))> |
#<alt (+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2))> |
#<alt (pow (PI) 2/3)> |
#<alt (/ (cbrt (PI)) 2)> |
#<alt (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2)))> |
#<alt (acos (pow (/ 2 (- 1 x)) -1/2))> |
#<alt (asin (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (/ 1 (sqrt (/ 2 (- 1 x))))> |
#<alt (asin (/ 1 (sqrt (/ 2 (- 1 x)))))> |
#<alt (asin (pow (/ 2 (- 1 x)) -1/2))> |
#<alt (cbrt (PI))> |
| Outputs |
|---|
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -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 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 (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (acos (* (sqrt 1/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 (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 (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)))))> |
33 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | (/ 1 (sqrt (/ 2 (- 1 x)))) |
| 1.0ms | x | @ | 0 | (- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))))) |
| 1.0ms | x | @ | inf | (/ 1 (sqrt (/ 2 (- 1 x)))) |
| 1.0ms | x | @ | inf | (- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))))) |
| 0.0ms | x | @ | -inf | (- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))))) |
| 1× | batch-egg-rewrite |
| 1774× | fma-lowering-fma.f32 |
| 1774× | fma-lowering-fma.f64 |
| 1770× | fmsub-define |
| 1740× | fmm-def |
| 1638× | *-lowering-*.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 154 |
| 1 | 135 | 137 |
| 2 | 580 | 137 |
| 3 | 3312 | 137 |
| 0 | 8200 | 137 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))))) |
(* 2 (- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2)))) |
(/ (PI) 2) |
(PI) |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(* 2 (asin (sqrt 1/2))) |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x))))))) |
(* 2 (asin (/ 1 (sqrt (/ 2 (- 1 x)))))) |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(pow (PI) 2/3) |
(/ (cbrt (PI)) 2) |
(- (/ (PI) 2) (acos (pow (/ 2 (- 1 x)) -1/2))) |
(acos (pow (/ 2 (- 1 x)) -1/2)) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
(/ 1 (sqrt (/ 2 (- 1 x)))) |
(asin (/ 1 (sqrt (/ 2 (- 1 x))))) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(cbrt (PI)) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) 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 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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/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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(neg.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 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 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.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 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 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 2/3 binary64))) (/.f64 #s(literal -2 binary64) (cbrt.f64 (PI.f64)))) |
(/.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 (/.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) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.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 (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 (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 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 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 2/3 binary64)) #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 (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 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 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 (-.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 (-.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) (cbrt.f64 (PI.f64))) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 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 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.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 (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 (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 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 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 (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 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 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 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 (cbrt.f64 (PI.f64)) #s(literal 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)))) |
(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 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 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 #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)))) (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)))) |
(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) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal -2 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 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))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (E.f64))) |
(*.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 binary64) (PI.f64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.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 (cbrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (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)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(*.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) (PI.f64)) #s(literal -1 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 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/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 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64)))) |
(*.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 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 (*.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 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) (-.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 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.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 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 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 #s(literal 2 binary64) (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) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 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 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.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 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.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 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.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 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.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 (*.f64 (asin.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 (+.f64 (*.f64 (asin.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 (/.f64 (PI.f64) #s(literal 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 #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 (asin.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 #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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.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 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.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 (asin.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)))))))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/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 (asin.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)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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 (asin.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)))))))) |
(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/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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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)) (*.f64 #s(literal 1/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 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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)) (*.f64 #s(literal 1/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 (asin.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)))))))) |
(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 (asin.f64 (sqrt.f64 #s(literal 1/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 (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 (asin.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)))))))) |
(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 #s(literal 1/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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 #s(literal 1/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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 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 (asin.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)))))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 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 (asin.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)))))))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (*.f64 (asin.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)))))))) |
(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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) 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 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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/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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) 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 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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/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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal -2 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 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 (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 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(*.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 #s(literal 1/2 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.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 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (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)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #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))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 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)))) |
(pow.f64 (PI.f64) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3/2 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/4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 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)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.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/4 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 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) 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 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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/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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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)))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (neg.f64 (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #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 (sqrt.f64 (PI.f64)) #s(literal 4/3 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 2 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 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) |
(*.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/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 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 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)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/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 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 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 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
(acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(+.f64 #s(literal 0 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 1 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (PI.f64) (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (PI.f64) (log.f64 (E.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64)))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (cbrt.f64 (PI.f64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (cbrt.f64 (PI.f64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (sqrt.f64 (PI.f64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (acos.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (/.f64 (PI.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 #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 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/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #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) (/.f64 (sqrt.f64 (PI.f64)) (pow.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) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 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 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #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 #s(literal 1/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 (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 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 (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 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (-.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 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) (-.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 (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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.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 (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 -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 #s(literal -1/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 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 (-.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.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 #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 (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 #s(literal 1/2 binary64))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.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 #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 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 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 (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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/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 #s(literal 1/2 binary64))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 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 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 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 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (-.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))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 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)))) |
(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)) |
(exp.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))))) |
(exp.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
(neg.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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))) |
(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 (/.f64 (-.f64 #s(literal 1 binary64) 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)))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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)) (pow.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 #s(literal -2 binary64) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1/2 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 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) (/.f64 (PI.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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)) (*.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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(neg.f64 (+.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64)))) |
(asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 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))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 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 (sqrt.f64 (PI.f64)) #s(literal 2/3 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1 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 #s(literal 1 binary64) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.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 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 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2/3 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 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)))) |
| 1× | egg-herbie |
| 4420× | *-lowering-*.f32 |
| 4420× | *-lowering-*.f64 |
| 1968× | +-lowering-+.f64 |
| 1968× | +-lowering-+.f32 |
| 1466× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 117 | 1654 |
| 1 | 355 | 1629 |
| 2 | 1012 | 1610 |
| 3 | 3507 | 1552 |
| 0 | 8202 | 1552 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -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 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)))))) |
(+ (* -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)))))) (* 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)))))) (* 1/2 (PI))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos (* (sqrt 1/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)))))))) |
(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))))) |
(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))))) |
| Outputs |
|---|
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.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 (* (/ 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))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (- 1 x))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(- (* 1/2 (PI)) (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) |
(-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(/ 1 (sqrt 2)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) |
(+ (* -1/2 (/ x (sqrt 2))) (/ 1 (sqrt 2))) |
(*.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (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 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 (*.f64 x #s(literal -1/8 binary64)) #s(literal -1/2 binary64)))) |
(+ (* x (- (* x (- (* -1/16 (/ x (sqrt 2))) (* 1/8 (/ 1 (sqrt 2))))) (* 1/2 (/ 1 (sqrt 2))))) (/ 1 (sqrt 2))) |
(+.f64 (*.f64 x (*.f64 (/.f64 x (sqrt.f64 #s(literal 2 binary64))) (+.f64 #s(literal -1/8 binary64) (*.f64 x #s(literal -1/16 binary64))))) (*.f64 (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal 2 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (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 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 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))) (/ 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 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 5 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 (/.f64 (*.f64 x (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64))) (-.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 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 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 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 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 x (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 #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))))) (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 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 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)))) |
(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)))) |
Compiled 53773 to 4117 computations (92.3% saved)
19 alts after pruning (17 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2356 | 17 | 2373 |
| Fresh | 1 | 0 | 1 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 2361 | 19 | 2380 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 6.0% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| 5.9% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) #s(literal -2 binary64))) | |
| ▶ | 5.8% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| 5.9% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| ▶ | 4.0% | (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 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
| 5.9% | (fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 4.0% | (fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 4.0% | (fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 6.1% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) #s(literal -2 binary64))) | |
| 5.9% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) #s(literal -2 binary64))) | |
| 5.8% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 5.9% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) | |
| 5.9% | (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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) | |
| 5.8% | (fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| ▶ | 7.6% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 2 binary64)))) |
| 5.4% | (-.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)))) | |
| ▶ | 4.1% | (-.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)))))) |
| ✓ | 5.9% | (-.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.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
Compiled 686 to 544 computations (20.7% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #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 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | 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 #s(literal 1/2 binary64))) #s(literal -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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 2 binary64)))) |
| 1702× | sum3-define |
| 1448× | fnmadd-define |
| 1312× | fmsub-define |
| 1292× | fnmsub-define |
| 1214× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 48 | 17179869417 |
| 1 | 94 | 17179869412 |
| 2 | 154 | 17179869409 |
| 3 | 272 | 17179869409 |
| 4 | 508 | 17179869399 |
| 5 | 1039 | 17179869399 |
| 6 | 1898 | 17179869397 |
| 7 | 2726 | 17179869397 |
| 8 | 3701 | 17179869397 |
| 9 | 7116 | 17179869397 |
| 0 | 8015 | 259 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2))) |
(/ (PI) 2) |
(PI) |
2 |
(- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2)) |
(* (acos (sqrt (/ (- 1 x) 2))) 2) |
(acos (sqrt (/ (- 1 x) 2))) |
(sqrt (/ (- 1 x) 2)) |
(/ (- 1 x) 2) |
(- 1 x) |
1 |
x |
(- (/ (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) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
(pow (PI) 2/3) |
(PI) |
2/3 |
(/ (cbrt (PI)) 2) |
(cbrt (PI)) |
2 |
(* (asin (sqrt (/ (- 1 x) 2))) -2) |
(asin (sqrt (/ (- 1 x) 2))) |
(sqrt (/ (- 1 x) 2)) |
(/ (- 1 x) 2) |
(- 1 x) |
1 |
x |
-2 |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt 1/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)) -2) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
-2 |
(+ (* (pow (PI) 2/3) (/ (pow (pow (PI) 1/6) 2) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(pow (PI) 2/3) |
(PI) |
2/3 |
(/ (pow (pow (PI) 1/6) 2) 2) |
(pow (pow (PI) 1/6) 2) |
(pow (PI) 1/6) |
1/6 |
2 |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -2) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(pow (/ 2 (- 1 x)) -1/2) |
(/ 2 (- 1 x)) |
(- 1 x) |
1 |
x |
-1/2 |
-2 |
| Outputs |
|---|
(- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 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 x) 2))) 2)) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #s(literal -2 binary64))) |
(* (acos (sqrt (/ (- 1 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 x) 2))) |
(acos.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 |
(- (/ (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)) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
(+.f64 (*.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))) |
(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 x) 2))) -2) |
(*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #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 |
-2 |
#s(literal -2 binary64) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt 1/2)) -2)) |
(+.f64 (/.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)))) (*.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) (/ 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)) -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) |
-2 |
#s(literal -2 binary64) |
(+ (* (pow (PI) 2/3) (/ (pow (pow (PI) 1/6) 2) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(+.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #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))))) |
(pow (PI) 2/3) |
(pow.f64 (PI.f64) #s(literal 2/3 binary64)) |
(PI) |
(PI.f64) |
2/3 |
#s(literal 2/3 binary64) |
(/ (pow (pow (PI) 1/6) 2) 2) |
(/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(pow (pow (PI) 1/6) 2) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) |
(pow (PI) 1/6) |
(pow.f64 (PI.f64) #s(literal 1/6 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
2 |
#s(literal 2 binary64) |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -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) |
-2 |
#s(literal -2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 100.0% | (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 99.8% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 100.0% | (asin.f64 (sqrt.f64 #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 1/4 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| ✓ | accuracy | 100.0% | (cbrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.8% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| ✓ | accuracy | 100.0% | (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
| ✓ | accuracy | 99.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal 2 binary64)))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| 2.3s | 252× | 5 | exit |
| 10.0ms | 4× | 2 | valid |
Compiled 291 to 46 computations (84.2% saved)
ival-pow: 549.0ms (31.2% of total)ival-asin: 474.0ms (27% of total)backward-pass: 220.0ms (12.5% of total)ival-div: 121.0ms (6.9% of total)ival-acos: 86.0ms (4.9% of total)ival-mult: 80.0ms (4.6% of total)compiled-spec: 72.0ms (4.1% of total)ival-sqrt: 65.0ms (3.7% of total)ival-sub: 29.0ms (1.6% of total)ival-pi: 17.0ms (1% of total)...c/correct-round.rkt:119:19: 17.0ms (1% of total)ival-cbrt: 13.0ms (0.7% of total)ival-add: 11.0ms (0.6% of total)const: 4.0ms (0.2% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2)))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2))> |
#<alt (- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt 2)))))> |
#<alt (* 2 (asin (/ 1 (sqrt 2))))> |
#<alt (+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (/ (- 1 x) 2))) -2))> |
#<alt (pow (PI) 2/3)> |
#<alt (/ (cbrt (PI)) 2)> |
#<alt (+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt 1/2)) -2))> |
#<alt (pow (PI) 1/4)> |
#<alt (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))> |
#<alt (+ (* (pow (PI) 2/3) (/ (pow (pow (PI) 1/6) 2) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2))> |
#<alt (/ (pow (pow (PI) 1/6) 2) 2)> |
#<alt (acos (sqrt (/ (- 1 x) 2)))> |
#<alt (asin (/ 1 (sqrt 2)))> |
#<alt (/ 1 (sqrt 2))> |
#<alt (sqrt 2)> |
#<alt (cbrt (PI))> |
#<alt (asin (sqrt (/ (- 1 x) 2)))> |
#<alt (asin (sqrt 1/2))> |
#<alt (sqrt (PI))> |
#<alt (asin (pow (/ 2 (- 1 x)) -1/2))> |
#<alt (/ 2 (- 1 x))> |
| Outputs |
|---|
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (acos (* (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 (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))> |
24 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | x | @ | 0 | (- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2))) |
| 0.0ms | x | @ | -inf | (- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2))) |
| 0.0ms | x | @ | inf | (- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2))) |
| 0.0ms | x | @ | 0 | (+ (* (pow (PI) 2/3) (/ (pow (pow (PI) 1/6) 2) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
| 0.0ms | x | @ | inf | (+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
| 1× | batch-egg-rewrite |
| 2738× | *-lowering-*.f32 |
| 2738× | *-lowering-*.f64 |
| 1942× | fnmadd-define |
| 1398× | fnmsub-define |
| 990× | sum3-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 48 | 163 |
| 1 | 179 | 136 |
| 2 | 766 | 130 |
| 3 | 6350 | 123 |
| 0 | 8701 | 123 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2))) |
(/ (PI) 2) |
(PI) |
(- (PI) (* (acos (sqrt (/ (- 1 x) 2))) 2)) |
(- (/ (PI) 2) (* 2 (asin (/ 1 (sqrt 2))))) |
(* 2 (asin (/ 1 (sqrt 2)))) |
(+ (* (pow (PI) 2/3) (/ (cbrt (PI)) 2)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
(pow (PI) 2/3) |
(/ (cbrt (PI)) 2) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 1/4) (/ 2 (sqrt (PI))))) (* (asin (sqrt 1/2)) -2)) |
(pow (PI) 1/4) |
(/ (pow (PI) 1/4) (/ 2 (sqrt (PI)))) |
(+ (* (pow (PI) 2/3) (/ (pow (pow (PI) 1/6) 2) 2)) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(/ (pow (pow (PI) 1/6) 2) 2) |
(acos (sqrt (/ (- 1 x) 2))) |
(asin (/ 1 (sqrt 2))) |
(/ 1 (sqrt 2)) |
(sqrt 2) |
(cbrt (PI)) |
(asin (sqrt (/ (- 1 x) 2))) |
(asin (sqrt 1/2)) |
(sqrt (PI)) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(/ 2 (- 1 x)) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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) (PI.f64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)))) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (PI.f64))) |
(-.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal -2 binary64))) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 (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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 #s(literal -1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 (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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))))) |
(neg.f64 (+.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(neg.f64 (*.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 -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(neg.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(neg.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(/.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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/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/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 #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 (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) (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 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) #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 2 binary64)) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) |
(/.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 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -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)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -2 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 binary64) (/.f64 (PI.f64) #s(literal 2 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 (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 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.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 (cbrt.f64 (PI.f64)) #s(literal 2 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 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (cbrt.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/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 (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 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 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 (sqrt.f64 (PI.f64)) (/.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/12 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))))) |
(*.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 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (PI.f64)) (/.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 (-.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 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 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) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 #s(literal -1/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 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 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 (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 (cbrt.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 #s(literal 2 binary64) (cbrt.f64 (PI.f64))))) |
(*.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 (-.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 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 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 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #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)) (neg.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)) (/.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/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)) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 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)) (/.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 1/4 binary64)) #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 4/9 binary64))) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.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)) (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/2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.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 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) #s(literal -1 binary64)) (sqrt.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))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(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))) |
(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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 6 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 #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)) (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/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 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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 (pow.f64 (PI.f64) #s(literal 4/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (cbrt.f64 (PI.f64)))) |
(*.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 (-.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 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 1 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 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 (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 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 5/6 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(+.f64 (PI.f64) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (PI.f64)) |
(+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (+.f64 (PI.f64) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(+.f64 (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)))) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(-.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 0 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (+.f64 (PI.f64) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal -2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (PI.f64)) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 2 binary64) (PI.f64)) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 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 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (+.f64 (*.f64 (asin.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 (*.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))) |
(+.f64 (*.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 (*.f64 (asin.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 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.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 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64))) (+.f64 (+.f64 (*.f64 (asin.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 (*.f64 (asin.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 (+.f64 (*.f64 (asin.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 (/.f64 (PI.f64) #s(literal 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 #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 (asin.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 (*.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))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 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 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 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 3/4 binary64))))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(-.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 (/.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 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -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 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -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 (cbrt.f64 (PI.f64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/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 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #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 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -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 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #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 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -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))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(+.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 3/4 binary64))))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/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 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 1/6 binary64)) #s(literal 4 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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/6 binary64)) |
(pow.f64 (exp.f64 #s(literal 2/3 binary64)) (log.f64 (PI.f64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 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/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/3 binary64)) #s(literal 1 binary64)) |
(*.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 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (sqrt.f64 (PI.f64)))) |
(*.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 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 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 1/12 binary64)) #s(literal 4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) #s(literal 4 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) #s(literal 4 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))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/18 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 binary64) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 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)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #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 (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 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 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 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (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 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 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 (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 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 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 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (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 binary64) (/.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 #s(literal 1/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)) (*.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 (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 (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 (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 #s(literal 1/2 binary64) (PI.f64) (*.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))))) |
(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 (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 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.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))) |
(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 #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 (-.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 #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)) (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 #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/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 5/6 binary64)) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 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 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 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 binary64) (/.f64 #s(literal 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 (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/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 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 (sqrt.f64 (PI.f64)) #s(literal 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 (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)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (neg.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal -2 binary64)) |
(/.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 (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) #s(literal -2 binary64)) |
(/.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 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.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/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 (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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (neg.f64 (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 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/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 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 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 (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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (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 2/3 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -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/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/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/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/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)) (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 (sqrt.f64 (PI.f64)) #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)) (/.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)) (/.f64 #s(literal -1 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 (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 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(+.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (sqrt.f64 (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 3/4 binary64))))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/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 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 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 binary64) (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64)))) |
(/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 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)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #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 (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 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 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 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (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 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 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))) |
(acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/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) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 #s(literal 0 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 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 (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 #s(literal 2 binary64) #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 (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 (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 (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 #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 (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))))) |
(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 (/.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 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))))) |
(neg.f64 (asin.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 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 binary64) (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 #s(literal 2 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 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)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64))) #s(literal -1 binary64)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64)))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(sqrt.f64 #s(literal 2 binary64)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/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) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/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 -1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 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 1/6 binary64)) #s(literal 2 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 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/6 binary64) (log.f64 (PI.f64)))) |
(*.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.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 1/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64)))) |
(*.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/12 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #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 (-.f64 #s(literal 0 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 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/3 binary64)) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/18 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 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 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (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 (neg.f64 (-.f64 #s(literal 0 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 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/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 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #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 (+.f64 #s(literal 1/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 1/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 1/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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #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 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 #s(literal 0 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 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 #s(literal 1/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 (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 (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 (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 (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 #s(literal 1/2 binary64) (PI.f64) (-.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))))) |
(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 (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 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.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 (PI.f64)))) |
(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/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 1/6 binary64) (log.f64 (PI.f64))) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 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 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 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 1/6 binary64)) #s(literal 3 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 #s(literal 1 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/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) #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)) (pow.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)) #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.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 (PI.f64) #s(literal 4/9 binary64)) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (cbrt.f64 (PI.f64)))) |
(*.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 1/6 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 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 5/6 binary64))) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 1/6 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))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 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 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(+.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/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 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #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 (+.f64 #s(literal 1/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 1/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 1/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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #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 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) |
(/.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 -2 binary64) (+.f64 x #s(literal -1 binary64))) |
(/.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1/2 binary64)) |
(/.f64 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1 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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal 2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 #s(literal -2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.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 #s(literal 1 binary64) x)) #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 #s(literal 1 binary64) x))))) |
| 1× | egg-herbie |
| 1546× | *-lowering-*.f32 |
| 1546× | *-lowering-*.f64 |
| 1500× | div-sub |
| 1328× | fmsub-define |
| 1304× | fnmadd-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 60 | 1034 |
| 1 | 157 | 1012 |
| 2 | 366 | 981 |
| 3 | 836 | 977 |
| 4 | 2240 | 977 |
| 5 | 7923 | 977 |
| 0 | 8640 | 977 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+ (* -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)))))) (* 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)))))) (* 1/2 (PI))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos (* (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))))) |
(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)) |
| Outputs |
|---|
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (- 1 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))) |
(+.f64 (PI.f64) (*.f64 (acos.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))))) (* 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 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)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (- 1 x)))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.f64 (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) |
(acos (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))) |
(acos.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)))) |
(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 #s(literal 2 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+ 2 (* x (+ 2 (* x (+ 2 (* 2 x)))))) |
(*.f64 #s(literal 2 binary64) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 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))) 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 #s(literal 2 binary64) x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 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) (/.f64 #s(literal -2 binary64) x)) x)) x) |
(* -1 (/ (+ 2 (* -1 (/ (- (* -1 (/ (+ 2 (* 2 (/ 1 x))) x)) 2) x))) x)) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x x))) x)) |
Compiled 34750 to 3836 computations (89% saved)
19 alts after pruning (15 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1662 | 8 | 1670 |
| Fresh | 5 | 7 | 12 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1670 | 19 | 1689 |
| Status | Accuracy | Program |
|---|---|---|
| 5.9% | (fma.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 4 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 6.0% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 6.1% | (fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) | |
| ✓ | 5.8% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| ▶ | 6.0% | (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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
| 5.9% | (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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 4.0% | (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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 5.9% | (fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 4.0% | (fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 5.9% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) | |
| 6.1% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) #s(literal -2 binary64))) | |
| 5.8% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| ▶ | 5.9% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ▶ | 5.8% | (fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| ▶ | 5.4% | (-.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)))) |
| ✓ | 4.1% | (-.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)))))) |
| ✓ | 5.9% | (-.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.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| ▶ | 7.6% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
Compiled 652 to 517 computations (20.7% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (PI.f64)) |
| ✓ | cost-diff | 0 | (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64))) |
| ✓ | cost-diff | 6272 | (fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 64 | (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 64 | (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
| ✓ | cost-diff | 64 | (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) |
| ✓ | cost-diff | 6336 | (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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (pow.f64 (PI.f64) #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
| ✓ | cost-diff | 6272 | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 256 | (-.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)))) |
| ✓ | cost-diff | 64 | (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 64 | (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 64 | (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) |
| ✓ | cost-diff | 64 | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
| 2108× | fnmadd-define |
| 1992× | fnmsub-define |
| 1968× | sum5-define |
| 1950× | fma-lowering-fma.f32 |
| 1950× | fma-lowering-fma.f64 |
Useful iterations: 6 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 52 | 311 |
| 1 | 102 | 309 |
| 2 | 190 | 305 |
| 3 | 410 | 305 |
| 4 | 890 | 289 |
| 5 | 1859 | 289 |
| 6 | 3553 | 287 |
| 7 | 5140 | 287 |
| 8 | 6568 | 287 |
| 0 | 8214 | 287 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) -2) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2)) |
(/ (PI) -2) |
(PI) |
-2 |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(pow (+ 1/2 (/ x -2)) 1/2) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
(- (/ (PI) 2) (+ (PI) (* (- 0 (acos (sqrt 1/2))) 2))) |
(/ (PI) 2) |
(PI) |
2 |
(+ (PI) (* (- 0 (acos (sqrt 1/2))) 2)) |
(* (- 0 (acos (sqrt 1/2))) 2) |
(- 0 (acos (sqrt 1/2))) |
0 |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
(+ (* (/ 1/2 (pow (PI) -1/2)) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(/ 1/2 (pow (PI) -1/2)) |
1/2 |
(pow (PI) -1/2) |
(PI) |
-1/2 |
(sqrt (PI)) |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -2) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(pow (/ 2 (- 1 x)) -1/2) |
(/ 2 (- 1 x)) |
2 |
(- 1 x) |
1 |
x |
-2 |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI))) |
(pow (PI) 1/4) |
(PI) |
1/4 |
(/ (pow (PI) 3/4) 2) |
(pow (PI) 3/4) |
3/4 |
2 |
(- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI)) |
(* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(pow (+ 1/2 (/ x -2)) 1/2) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(+ (* (* (/ (sqrt (PI)) 2) (cbrt (PI))) (pow (PI) 1/6)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
(* (/ (sqrt (PI)) 2) (cbrt (PI))) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(PI) |
2 |
(cbrt (PI)) |
(pow (PI) 1/6) |
1/6 |
(* (asin (sqrt (/ (- 1 x) 2))) -2) |
(asin (sqrt (/ (- 1 x) 2))) |
(sqrt (/ (- 1 x) 2)) |
(/ (- 1 x) 2) |
(- 1 x) |
1 |
x |
-2 |
| Outputs |
|---|
(- (/ (PI) -2) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -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) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(pow (+ 1/2 (/ x -2)) 1/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) (* (- 0 (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) (* (- 0 (acos (sqrt 1/2))) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(* (- 0 (acos (sqrt 1/2))) 2) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(- 0 (acos (sqrt 1/2))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
0 |
#s(literal 0 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) |
(+ (* (/ 1/2 (pow (PI) -1/2)) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (PI.f64))) (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 -1 binary64))) #s(literal -1/2 binary64))))) |
(/ 1/2 (pow (PI) -1/2)) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(pow (PI) -1/2) |
(pow.f64 (PI.f64) #s(literal -1/2 binary64)) |
(PI) |
(PI.f64) |
-1/2 |
#s(literal -1/2 binary64) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(* (asin (pow (/ 2 (- 1 x)) -1/2)) -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)))) |
(asin (pow (/ 2 (- 1 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 (- 1 x)) -1/2) |
(pow.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1/2 binary64)) |
(/ 2 (- 1 x)) |
(/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))) |
2 |
#s(literal 2 binary64) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
-2 |
#s(literal -2 binary64) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (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) 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 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI)) |
(-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)) |
(* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) |
(*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(pow (+ 1/2 (/ x -2)) 1/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) |
(+ (* (* (/ (sqrt (PI)) 2) (cbrt (PI))) (pow (PI) 1/6)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(* (/ (sqrt (PI)) 2) (cbrt (PI))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 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) |
(cbrt (PI)) |
(cbrt.f64 (PI.f64)) |
(pow (PI) 1/6) |
(pow.f64 (PI.f64) #s(literal 1/6 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
(* (asin (sqrt (/ (- 1 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 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 |
-2 |
#s(literal -2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 100.0% | (cbrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.8% | (fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | accuracy | 100.0% | (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) |
| ✓ | accuracy | 99.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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.8% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (-.f64 #s(literal 0 binary64) (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 | 4.6% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) |
| ✓ | accuracy | 100.0% | (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | accuracy | 99.8% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 4.6% | (PI.f64) |
| 3.4s | 252× | 5 | exit |
| 14.0ms | 4× | 2 | valid |
Compiled 328 to 50 computations (84.8% saved)
ival-pow: 1.1s (43.7% of total)ival-acos: 549.0ms (21% of total)backward-pass: 301.0ms (11.5% of total)ival-mult: 104.0ms (4% of total)ival-div: 100.0ms (3.8% of total)compiled-spec: 100.0ms (3.8% of total)ival-sub: 98.0ms (3.8% of total)ival-asin: 79.0ms (3% of total)ival-sqrt: 44.0ms (1.7% of total)ival-add: 38.0ms (1.5% of total)...c/correct-round.rkt:119:19: 28.0ms (1.1% of total)ival-cbrt: 13.0ms (0.5% of total)ival-pi: 11.0ms (0.4% of total)const: 5.0ms (0.2% of total)| Inputs |
|---|
#<alt (- (/ (PI) -2) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2))> |
#<alt (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2)> |
#<alt (acos (pow (+ 1/2 (/ x -2)) 1/2))> |
#<alt (pow (+ 1/2 (/ x -2)) 1/2)> |
#<alt (- (/ (PI) 2) (+ (PI) (* (- 0 (acos (sqrt 1/2))) 2)))> |
#<alt (+ (PI) (* (- 0 (acos (sqrt 1/2))) 2))> |
#<alt (* (- 0 (acos (sqrt 1/2))) 2)> |
#<alt (/ (PI) 2)> |
#<alt (+ (* (/ 1/2 (pow (PI) -1/2)) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2))> |
#<alt (/ 1/2 (pow (PI) -1/2))> |
#<alt (pow (PI) -1/2)> |
#<alt (PI)> |
#<alt (+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI)))> |
#<alt (- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI))> |
#<alt (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2)))> |
#<alt (+ (* (* (/ (sqrt (PI)) 2) (cbrt (PI))) (pow (PI) 1/6)) (* (asin (sqrt (/ (- 1 x) 2))) -2))> |
#<alt (* (/ (sqrt (PI)) 2) (cbrt (PI)))> |
#<alt (/ (sqrt (PI)) 2)> |
#<alt (sqrt (PI))> |
#<alt (acos (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (asin (pow (/ 2 (- 1 x)) -1/2))> |
#<alt (cbrt (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 (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 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (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 (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<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) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))) (* 1/2 (PI)))> |
#<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)))))> |
30 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | 0 | (+ (* (* (/ (sqrt (PI)) 2) (cbrt (PI))) (pow (PI) 1/6)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
| 1.0ms | x | @ | -inf | (pow (+ 1/2 (/ x -2)) 1/2) |
| 1.0ms | x | @ | 0 | (+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI))) |
| 1.0ms | x | @ | inf | (pow (+ 1/2 (/ x -2)) 1/2) |
| 1.0ms | x | @ | 0 | (- (/ (PI) -2) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2)) |
| 1× | batch-egg-rewrite |
| 2970× | *-lowering-*.f32 |
| 2970× | *-lowering-*.f64 |
| 1986× | pow-lowering-pow.f64 |
| 1986× | pow-lowering-pow.f32 |
| 1084× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 52 | 170 |
| 1 | 188 | 144 |
| 2 | 788 | 134 |
| 3 | 5691 | 134 |
| 0 | 8085 | 134 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) -2) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2)) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) -2) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(pow (+ 1/2 (/ x -2)) 1/2) |
(- (/ (PI) 2) (+ (PI) (* (- 0 (acos (sqrt 1/2))) 2))) |
(+ (PI) (* (- 0 (acos (sqrt 1/2))) 2)) |
(* (- 0 (acos (sqrt 1/2))) 2) |
(/ (PI) 2) |
(+ (* (/ 1/2 (pow (PI) -1/2)) (sqrt (PI))) (* (asin (pow (/ 2 (- 1 x)) -1/2)) -2)) |
(/ 1/2 (pow (PI) -1/2)) |
(pow (PI) -1/2) |
(PI) |
(+ (* (pow (PI) 1/4) (/ (pow (PI) 3/4) 2)) (- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI))) |
(- (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) (PI)) |
(* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) |
(+ (* (* (/ (sqrt (PI)) 2) (cbrt (PI))) (pow (PI) 1/6)) (* (asin (sqrt (/ (- 1 x) 2))) -2)) |
(* (/ (sqrt (PI)) 2) (cbrt (PI))) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
(asin (pow (/ 2 (- 1 x)) -1/2)) |
(cbrt (PI)) |
| Outputs |
|---|
(+.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)) (PI.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 (/.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)) (PI.f64)) (/.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)) (PI.f64)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.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 (/.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 #s(literal 0 binary64) (PI.f64))) |
(+.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 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.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 (+.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 (PI.f64) #s(literal 1 binary64))) #s(literal 1 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)))))) (PI.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)))))))) |
(-.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 #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 (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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (+.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.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 (+.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 (+.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))) #s(literal 0 binary64)) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 (*.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 (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 #s(literal 1/2 binary64) (PI.f64) (-.f64 (*.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 (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 (*.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 (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 (*.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) (/.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 1/4 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) (-.f64 (*.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 (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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 (*.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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 (*.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 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 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)) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (-.f64 (*.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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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)) (PI.f64))) |
(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) (PI.f64)) #s(literal -1/2 binary64) (-.f64 (*.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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.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)) (PI.f64))) |
(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) (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))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(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 #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)) |
(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 (PI.f64) (acos.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(-.f64 (PI.f64) (acos.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (sqrt.f64 #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 (-.f64 (/.f64 (PI.f64) #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))))))) |
(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 (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 #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 1/4 binary64)) (/.f64 #s(literal 1/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 (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 #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 -3/4 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 (/.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 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 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 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 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/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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 #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 (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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.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 #s(literal 0 binary64) (acos.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 -2 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 (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1/2 binary64))) (log.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.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)))) |
(neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64)))) #s(literal 1 binary64))) |
(/.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 #s(literal 1 binary64) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 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 (sqrt.f64 (+.f64 x #s(literal -1 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 (neg.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) (neg.f64 (sqrt.f64 #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 #s(literal 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 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #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 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 #s(literal -1/2 binary64) (/.f64 x #s(literal 2 binary64)))))) |
(/.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 x #s(literal -1 binary64)))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal -2 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (-.f64 #s(literal 1 binary64) x))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 2 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 1/2 binary64))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(/.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 #s(literal -2 binary64) (-.f64 #s(literal 1 binary64) x))))) |
(pow.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal -2 binary64) (+.f64 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))))) |
(pow.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64)))) #s(literal 1 binary64)) #s(literal -1 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))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.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 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 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (pow.f64 #s(literal -1/2 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 x #s(literal -1 binary64))) (pow.f64 #s(literal -1/2 binary64) #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))) (/.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) (+.f64 x #s(literal -1 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1/2 binary64)) (pow.f64 #s(literal -2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1/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 #s(literal 1 binary64) x))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal 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) (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 x #s(literal -1 binary64)))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (-.f64 #s(literal 1 binary64) x))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 1/2 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 1/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 (/.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 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal -1/2 binary64))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 x #s(literal -1 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 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 #s(literal 2 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 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (-.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) |
(-.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 #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)))) (PI.f64)) (/.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 (/.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 (PI.f64) #s(literal -2 binary64)) (*.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)) |
(-.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)) #s(literal 0 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(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 (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 #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 1/4 binary64)) (/.f64 #s(literal 1/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 (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 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 -3/4 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 (/.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 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 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 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 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/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 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 (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 #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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.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)))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 #s(literal 0 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)))) (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 (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 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 (*.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) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64) (PI.f64)) |
(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 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 (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 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 #s(literal 0 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)))) #s(literal 0 binary64)) |
(+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (PI.f64) #s(literal -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)) #s(literal 2 binary64)) (*.f64 (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) (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 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -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))))) |
(+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(+.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (neg.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 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (neg.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (pow.f64 (PI.f64) #s(literal 2/3 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 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (PI.f64) (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (PI.f64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (+.f64 #s(literal 1 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)) |
(fma.f64 (PI.f64) #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.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 (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 #s(literal 1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.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 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(/.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 (/.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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64)))) |
(/.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)))) |
(/.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 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 #s(literal 2 binary64) (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) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.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 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1 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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) (pow.f64 (PI.f64) #s(literal 3/4 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) (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/3 binary64))) (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)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 #s(literal -2 binary64) (sqrt.f64 (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) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -3/4 binary64)))) |
(*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.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 (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 (PI.f64) #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 -3/4 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 (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 (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 1/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)) (*.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 3/4 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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 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 (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)) (/.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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (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 5/6 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 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 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 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 (cbrt.f64 (PI.f64)) (/.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) (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 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) (sqrt.f64 (PI.f64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 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 2/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (*.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 2/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #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 (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 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 3/4 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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 5/6 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)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 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 (sqrt.f64 (PI.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 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.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)))) |
(*.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 -3/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/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 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)) (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 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -3/4 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 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/6 binary64)))) |
(*.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))) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.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))) (pow.f64 (PI.f64) #s(literal -1/6 binary64)))) |
(*.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 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 #s(literal 1/2 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 -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/6 binary64)))) |
(*.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 (/.f64 #s(literal 1/2 binary64) (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 (/.f64 #s(literal 1/2 binary64) (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 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) #s(literal 1 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 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 1/4 binary64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 3/4 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 #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 (/.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 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 (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 #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 1/4 binary64)) (/.f64 #s(literal 1/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 (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 #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 -3/4 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 (/.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 (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 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 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/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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 (-.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 (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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 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))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.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)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.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 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal -1/6 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/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.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)) (*.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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.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/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))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (cbrt.f64 (PI.f64))) |
(exp.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (PI.f64)))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal -3/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 3 binary64) (log.f64 (PI.f64))) #s(literal -1/6 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal -1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1/2 binary64))) (log.f64 (PI.f64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal -1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (cbrt.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal -3/2 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/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (PI.f64))) |
(pow.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal 1 binary64)) (log.f64 (PI.f64))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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 (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/3 binary64)) (pow.f64 (PI.f64) #s(literal -1/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal -1/3 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal -1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal -1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1/2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal -1/2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal -1/6 binary64))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64)))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 3/4 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 3/4 binary64) (log.f64 (PI.f64)))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64)))) |
(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 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #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 -1/2 binary64) (log.f64 (PI.f64))) #s(literal -2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (PI.f64))) #s(literal -1 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))) |
(/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal -1/6 binary64))) |
(log1p.f64 (expm1.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal -2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 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 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(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 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 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal 1 binary64) (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)) (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 1/4 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 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 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(*.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 (cbrt.f64 (PI.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/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 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 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (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)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (pow.f64 (PI.f64) #s(literal 5/6 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (log.f64 (pow.f64 (exp.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 3/8 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 3/8 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 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 (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 (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 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) (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/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) (/.f64 (cbrt.f64 (PI.f64)) (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)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) (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/6 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64)) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/6 binary64)))) |
(*.f64 (/.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)) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1 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/4 binary64)) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 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 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 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 1/4 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 3/4 binary64) (log.f64 (PI.f64))))) |
(*.f64 (pow.f64 (E.f64) (*.f64 #s(literal 3/4 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 #s(literal 1/4 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 #s(literal 2/3 binary64) (log.f64 (PI.f64)))) (pow.f64 (E.f64) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)))) |
(*.f64 (pow.f64 (E.f64) (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64))) (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 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #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 (/.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)) (PI.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 (/.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)) (PI.f64)) (/.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)) (PI.f64)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.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 (/.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 #s(literal 0 binary64) (PI.f64))) |
(+.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 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.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 (+.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 (PI.f64) #s(literal 1 binary64))) #s(literal 1 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)))))) (PI.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)))))))) |
(-.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 #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 (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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (+.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.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 (+.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 (+.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))) #s(literal 0 binary64)) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 (*.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 (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 #s(literal 1/2 binary64) (PI.f64) (-.f64 (*.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 (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 (*.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 (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 (*.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) (/.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 1/4 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) (-.f64 (*.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 (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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -3/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (-.f64 (*.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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 (*.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 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 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)) (PI.f64))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (-.f64 (*.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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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)) (PI.f64))) |
(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) (PI.f64)) #s(literal -1/2 binary64) (-.f64 (*.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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.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)) (PI.f64))) |
(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) (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))) |
(fma.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (cbrt.f64 (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(+.f64 (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.f64 (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(+.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 1 binary64))) #s(literal 1 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 #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 #s(literal 0 binary64) (PI.f64)))) |
(-.f64 #s(literal 0 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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.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) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64)))) |
(-.f64 (-.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) #s(literal 0 binary64)) (PI.f64)) |
(-.f64 (+.f64 (-.f64 #s(literal 0 binary64) (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))))))) |
(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 #s(literal 0 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 #s(literal 0 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 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (sqrt.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 1 binary64) (-.f64 #s(literal 0 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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (cbrt.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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (sqrt.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 (-.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 0 binary64) (PI.f64))) |
(fma.f64 #s(literal -1 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 #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 0 binary64) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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)))))) (PI.f64))) |
(neg.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 #s(literal -1 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 #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 #s(literal 0 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 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) (-.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 (*.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 #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 -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 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))) |
(-.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 3/4 binary64)) #s(literal -2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 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 (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 #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 1/4 binary64)) (/.f64 #s(literal 1/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 (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 #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 -3/4 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 (/.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 (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 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 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/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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 (-.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 (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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 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))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (cbrt.f64 (PI.f64)))) |
(neg.f64 (*.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) #s(literal 1 binary64))) |
(/.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) (/.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 5/6 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) #s(literal -2 binary64)) |
(/.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64)))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/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)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #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)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 5/6 binary64))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 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/6 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.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/6 binary64)) #s(literal 2 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 -1/2 binary64)))) |
(*.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 2/9 binary64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (/.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #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 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) #s(literal -1/2 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 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.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)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.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 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal -1/6 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/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.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)) (*.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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.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/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))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) (cbrt.f64 (PI.f64))) |
(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 -1/2 binary64) (log.f64 (PI.f64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 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/4 binary64) (log.f64 (PI.f64))) #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 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #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)) |
(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))) |
(/.f64 #s(literal 1 binary64) (fabs.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (fabs.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (PI.f64) #s(literal -1/6 binary64))) |
(pow.f64 (PI.f64) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal -1 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 (fabs.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (fabs.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) |
(*.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 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 1/6 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 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/12 binary64)) (cbrt.f64 (PI.f64)))) |
(*.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 1/6 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/18 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/2 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 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal -1/3 binary64))) (pow.f64 (pow.f64 (PI.f64) #s(literal -1/6 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) (pow.f64 (PI.f64) #s(literal 1/12 binary64))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/18 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 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 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(+.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.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))) (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)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.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 (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 #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 1/4 binary64)) (/.f64 #s(literal 1/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 (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 #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 -3/4 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 (/.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 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 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 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 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 (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 #s(literal 1/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) (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))))) |
(*.f64 #s(literal 1 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (-.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)))) |
(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 (/.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) (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)) (/.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)) (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)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #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))))))) |
(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 (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 #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 #s(literal 1/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 (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 #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 -3/4 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 (/.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 (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 (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 binary64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 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/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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 (-.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 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 (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))))))) |
(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 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))))) |
(neg.f64 (asin.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (sqrt.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 (PI.f64)) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2/3 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 1/6 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (PI.f64))) #s(literal 1/9 binary64))) |
(fabs.f64 (cbrt.f64 (PI.f64))) |
(sqrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(cbrt.f64 (PI.f64)) |
(pow.f64 (PI.f64) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2/3 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 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)) |
(*.f64 #s(literal 1 binary64) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64)) |
(*.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)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/9 binary64)) #s(literal 1 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 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 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 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 (*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/9 binary64))) (pow.f64 (PI.f64) #s(literal 1/9 binary64))) |
| 1× | egg-herbie |
| 4112× | *-lowering-*.f32 |
| 4112× | *-lowering-*.f64 |
| 1672× | /-lowering-/.f32 |
| 1672× | /-lowering-/.f64 |
| 1658× | +-lowering-+.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 131 | 1396 |
| 1 | 361 | 1315 |
| 2 | 1029 | 1306 |
| 3 | 3384 | 1298 |
| 0 | 8137 | 1298 |
| 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))))) |
(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 (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)))))) (* 1/2 (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)) |
(- (+ (* 1/2 (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))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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 (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)))))) (* 1/2 (PI))) |
(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))))) |
| Outputs |
|---|
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* -1/2 (PI)) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(* -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))))) |
(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 x (*.f64 #s(literal -1/128 binary64) (*.f64 x (/.f64 x (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 (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 #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 #s(literal 1 binary64) (*.f64 x (*.f64 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 #s(literal 1 binary64) (*.f64 x (*.f64 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 #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 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 #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 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (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) (*.f64 x (*.f64 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)))))) |
(* -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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 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 #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) (*.f64 x (*.f64 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))))))) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) (PI.f64))) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (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.f64)) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) |
(+ (* -2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))))) (* 1/2 (PI))) |
(+.f64 (*.f64 (PI.f64) #s(literal 1/2 binary64)) (*.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)))) |
Compiled 52311 to 5589 computations (89.3% saved)
21 alts after pruning (17 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2230 | 11 | 2241 |
| Fresh | 4 | 6 | 10 |
| Picked | 5 | 0 | 5 |
| Done | 0 | 4 | 4 |
| Total | 2239 | 21 | 2260 |
| Status | Accuracy | Program |
|---|---|---|
| 5.9% | (fma.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 4 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 5.9% | (fma.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 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) | |
| 6.0% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| ✓ | 5.8% | (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
| 6.0% | (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))) | |
| 6.0% | (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 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 binary64))))))) (PI.f64))) | |
| 6.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 (-.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 1 binary64))) #s(literal 1 binary64))) | |
| 4.0% | (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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 5.9% | (fma.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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))))))) | |
| 5.9% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))) | |
| 6.1% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) #s(literal -2 binary64))) | |
| 5.8% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) | |
| 5.9% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) | |
| 4.1% | (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))) | |
| 5.9% | (fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/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))) | |
| 6.0% | (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))) | |
| ✓ | 4.1% | (-.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)))))) |
| ✓ | 5.9% | (-.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.0% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 7.6% | (-.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))) | |
| 5.4% | (-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
Compiled 1145 to 468 computations (59.1% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.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) (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 (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) (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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 (/.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 (-.f64 #s(literal 1 binary64) 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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 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 (asin.f64 (sqrt.f64 #s(literal 1/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 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(fma.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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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 (-.f64 #s(literal 1 binary64) 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 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (pow.f64 (PI.f64) #s(literal 5/6 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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.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 #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 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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))) (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #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 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 3/4 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal -2 binary64) (+.f64 x #s(literal -1 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 (*.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 1 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 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 4 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.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 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 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 (-.f64 #s(literal 1 binary64) 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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #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)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (*.f64 (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) 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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (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 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) #s(literal -2 binary64))) |
| Outputs |
|---|
(-.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))) |
7 calls:
| 15.0ms | x |
| 13.0ms | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 12.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 10.0ms | (-.f64 #s(literal 1 binary64) x) |
| 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 |
|---|---|---|
| 7.6% | 1 | x |
| 7.6% | 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)))))) |
| 7.6% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 7.6% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 7.6% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 7.6% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 7.6% | 1 | (-.f64 #s(literal 1 binary64) x) |
Compiled 51 to 41 computations (19.6% saved)
Total -2.0b remaining (-3.2%)
Threshold costs -2b (-3.2%)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.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) (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)))))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 5.4% | 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 | 28 | 22 |
| 2 | 49 | 22 |
| 3 | 59 | 22 |
| 4 | 65 | 22 |
| 5 | 66 | 22 |
| 1× | saturated |
| Inputs |
|---|
(-.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 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
| Outputs |
|---|
(-.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 #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 #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 #s(literal 1/2 binary64))))) |
| 4112× | *-lowering-*.f32 |
| 4112× | *-lowering-*.f64 |
| 2970× | *-lowering-*.f32 |
| 2970× | *-lowering-*.f64 |
| 2738× | *-lowering-*.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 39 |
| 1 | 60 | 38 |
| 2 | 267 | 38 |
| 3 | 1481 | 34 |
| 0 | 8449 | 34 |
| 0 | 131 | 1396 |
| 1 | 361 | 1315 |
| 2 | 1029 | 1306 |
| 3 | 3384 | 1298 |
| 0 | 8137 | 1298 |
| 0 | 52 | 170 |
| 1 | 188 | 144 |
| 2 | 788 | 134 |
| 3 | 5691 | 134 |
| 0 | 8085 | 134 |
| 0 | 36 | 154 |
| 1 | 135 | 137 |
| 2 | 580 | 137 |
| 3 | 3312 | 137 |
| 0 | 8200 | 137 |
| 0 | 48 | 163 |
| 1 | 179 | 136 |
| 2 | 766 | 130 |
| 3 | 6350 | 123 |
| 0 | 8701 | 123 |
| 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 89 to 65 computations (27% saved)
Compiled 80 to 56 computations (30% saved)
Loading profile data...