
Time bar (total: 2.5min)
| 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.3% of total)ival-asin: 1.0ms (39.3% 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 | 3371× | 2 | valid |
| 1.4s | 4675× | 1 | valid |
| 20.0ms | 210× | 0 | valid |
| 0.0ms | 4× | 0 | invalid |
ival-asin: 1.2s (45.5% of total)ival-div: 373.0ms (14.1% of total)ival-sub: 353.0ms (13.3% of total)ival-sqrt: 199.0ms (7.5% of total)ival-mult: 191.0ms (7.2% of total)backward-pass: 181.0ms (6.8% of total)ival-pi: 118.0ms (4.5% of total)const: 30.0ms (1.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 |
|---|---|---|---|---|---|
| 254 | 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) |
| 147.0ms | 250× | 2 | valid |
| 93.0ms | 248× | 1 | valid |
| 2.0ms | 14× | 0 | valid |
Compiled 118 to 35 computations (70.3% saved)
ival-asin: 68.0ms (38% of total)ival-sub: 33.0ms (18.5% of total)ival-mult: 19.0ms (10.6% of total)ival-div: 18.0ms (10.1% of total)backward-pass: 17.0ms (9.5% of total)ival-sqrt: 15.0ms (8.4% of total)ival-pi: 7.0ms (3.9% of total)const: 2.0ms (1.1% of total)Compiled 14 to 12 computations (14.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 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)))))) |
Compiled 14 to 11 computations (21.4% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 292× | fnmadd-define |
| 232× | sum3-define |
| 212× | fma-lowering-fma.f32 |
| 212× | fma-define |
| 212× | fmsub-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 50 |
| 1 | 26 | 50 |
| 2 | 40 | 49 |
| 3 | 67 | 49 |
| 4 | 105 | 44 |
| 5 | 172 | 44 |
| 6 | 292 | 44 |
| 7 | 441 | 44 |
| 8 | 560 | 44 |
| 9 | 850 | 44 |
| 10 | 1041 | 44 |
| 11 | 1063 | 44 |
| 0 | 1063 | 44 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (sqrt (/ (- 1 x) 2)))) |
(asin (sqrt (/ (- 1 x) 2))) |
(sqrt (/ (- 1 x) 2)) |
(/ (- 1 x) 2) |
(- 1 x) |
1 |
x |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #s(literal -2 binary64))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (sqrt (/ (- 1 x) 2)))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))))) |
(asin (sqrt (/ (- 1 x) 2))) |
(asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) |
(sqrt (/ (- 1 x) 2)) |
(sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) |
(/ (- 1 x) 2) |
(-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| ✓ | accuracy | 98.5% | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| ✓ | accuracy | 8.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)))))) |
| 72.0ms | 125× | 2 | valid |
| 38.0ms | 124× | 1 | valid |
| 1.0ms | 7× | 0 | valid |
Compiled 52 to 12 computations (76.9% saved)
ival-asin: 36.0ms (43.9% of total)backward-pass: 10.0ms (12.2% of total)ival-div: 9.0ms (11% of total)ival-mult: 9.0ms (11% of total)ival-sub: 7.0ms (8.5% of total)ival-sqrt: 6.0ms (7.3% of total)ival-pi: 5.0ms (6.1% of total)const: 1.0ms (1.2% 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 | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | inf | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | -inf | (sqrt (/ (- 1 x) 2)) |
| 1.0ms | x | @ | 0 | (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| 0.0ms | x | @ | inf | (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| 1× | batch-egg-rewrite |
| 4800× | *-lowering-*.f32 |
| 4800× | *-lowering-*.f64 |
| 3020× | /-lowering-/.f32 |
| 3020× | /-lowering-/.f64 |
| 1152× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 39 |
| 1 | 85 | 38 |
| 2 | 656 | 38 |
| 0 | 8134 | 38 |
| 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 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 (*.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 #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 (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 (/.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 #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)) (*.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 #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)) (*.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 (*.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 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 (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 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 (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 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 (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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (neg.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
(+.f64 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)))))) (neg.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 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 (*.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 (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 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 (*.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)))) |
(-.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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (-.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 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 #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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (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 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)) (*.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))))) |
(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 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 (PI.f64) #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 (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 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 (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 #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 #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 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (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 2 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) (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 -1 binary64) (*.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 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 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 #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)))))) |
(neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.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)))))) |
(neg.f64 (+.f64 (*.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)))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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)) (neg.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64)))) (pow.f64 (*.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)))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 1 binary64) (/.f64 #s(literal 1 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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 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)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (PI.f64) #s(literal 2 binary64)) (*.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 -1 binary64) (neg.f64 (/.f64 #s(literal 1 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 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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 (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 (neg.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64)))) (pow.f64 (*.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)))) #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)) (neg.f64 (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (pow.f64 (*.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)))) #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (+.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (PI.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 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (pow.f64 (*.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)))) #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.f64 (*.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)))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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 (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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (neg.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 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 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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)))) #s(literal 1 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (pow.f64 (*.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)))) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (PI.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 (PI.f64) #s(literal 2 binary64)) (*.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 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (pow.f64 (*.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)))) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.f64 (*.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)))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64)))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (neg.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)) (neg.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.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))) #s(literal 3 binary64)) (pow.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 #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))))) #s(literal 3 binary64))) (+.f64 (*.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 (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 (+.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 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 (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 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)) (*.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 #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 (pow.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) (+.f64 (*.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) (*.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (/.f64 (PI.f64) (/.f64 #s(literal 4 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 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.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 (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 (*.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 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 (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 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)) (*.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 #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 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) (*.f64 (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) (+.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (/.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) #s(literal 1 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (pow.f64 (*.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)))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) (+.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 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 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (PI.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 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (pow.f64 (*.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)))) #s(literal 4 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 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 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)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 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 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (*.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 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
(*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (/.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 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
(*.f64 (+.f64 (neg.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64)))) (pow.f64 (*.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)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 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)) (neg.f64 (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) |
(*.f64 (/.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 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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 (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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)) (*.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 (PI.f64) #s(literal 2 binary64)) (*.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 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (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 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/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 4 binary64)) (PI.f64))) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/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 4 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))) (+.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 4 binary64)) (PI.f64))) (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/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 4 binary64)) (PI.f64))) #s(literal 2 binary64)))) (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (-.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 4 binary64)) (PI.f64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(neg.f64 (*.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #s(literal 1 binary64))) |
(/.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 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (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) (PI.f64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (/.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (cbrt.f64 (PI.f64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.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) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (exp.f64 (PI.f64))))) |
(+.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(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)) |
(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))) |
(neg.f64 (*.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) #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 (pow.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (+.f64 (PI.f64) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (PI.f64) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) (+.f64 (PI.f64) #s(literal 1 binary64))) #s(literal 1 binary64)) (+.f64 (+.f64 (PI.f64) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 2 binary64)) #s(literal -2 binary64)) |
(/.f64 (*.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(log1p.f64 (expm1.f64 (PI.f64))) |
(pow.f64 (PI.f64) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(pow.f64 (*.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))) |
(*.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 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (sqrt.f64 (pow.f64 (PI.f64) #s(literal 4/3 binary64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (sqrt.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)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(*.f64 (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)) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) (*.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) |
(*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 2/3 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 (-.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 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64)) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64)))) (exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 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 4/3 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 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 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (cbrt.f64 (PI.f64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(+.f64 (PI.f64) (*.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 (PI.f64) (*.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))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.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)) (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (*.f64 (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.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))) #s(literal 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 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 1 binary64) (*.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 (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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (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 (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) (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 (PI.f64) #s(literal 2 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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.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))))) (/.f64 (pow.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)) (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 #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 (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 #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))))) |
(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))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 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)))) (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.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)) (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (neg.f64 (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.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) #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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 3 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (*.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 #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)) (-.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 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.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 #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)) (-.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)))))) |
(asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.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 1 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)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))))) |
(sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) |
(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 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) 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 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (sqrt.f64 #s(literal 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) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 2 binary64) (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (pow.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 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 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (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 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 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/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 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (pow.f64 #s(literal -1/2 binary64) #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)) (/.f64 #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 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #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))) |
| 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 10128 to 1187 computations (88.3% saved)
22 alts after pruning (21 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 313 | 21 | 334 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 313 | 22 | 335 |
| Status | Accuracy | Program |
|---|---|---|
| 6.0% | (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))) | |
| ▶ | 6.0% | (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))) |
| 6.1% | (/.f64 (-.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (/.f64 (PI.f64) (/.f64 #s(literal 4 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 (PI.f64) #s(literal 2 binary64)))) | |
| 6.1% | (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))))) | |
| 6.1% | (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 16 binary64)) (pow.f64 (*.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)))) #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.f64 (*.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)))) #s(literal 2 binary64))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)))))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (pow.f64 (*.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)))) #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (+.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) | |
| 6.0% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) | |
| ▶ | 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))))) |
| 6.1% | (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) | |
| 6.1% | (/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (pow.f64 (*.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)))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))))) (+.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) | |
| 6.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 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))))) | |
| 6.0% | (-.f64 (/.f64 (pow.f64 (sqrt.f64 (PI.f64)) #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)))))) | |
| 6.1% | (-.f64 (/.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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))))))) | |
| ▶ | 8.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.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)))) |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))))) | |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) | |
| ✓ | 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)))))) |
| ▶ | 3.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 6.1% | (*.f64 (/.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 #s(literal -4 binary64) (pow.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (-.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 4 binary64)) (PI.f64))))) | |
| ▶ | 6.1% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) |
| 6.1% | (*.f64 (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) (*.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 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))))) |
Compiled 2328 to 901 computations (61.3% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))))) |
| ✓ | cost-diff | 128 | (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 13760 | (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 41024 | (/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))))) |
| ✓ | cost-diff | 128 | (*.f64 (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/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 4 binary64)) (PI.f64))) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64)))) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) |
| ✓ | cost-diff | 320 | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 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 | (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 64 | (*.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)) |
| ✓ | cost-diff | 19264 | (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))) |
| ✓ | 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 | 64 | (-.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)))) |
| ✓ | cost-diff | 192 | (*.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)) |
| ✓ | cost-diff | 192 | (+.f64 (PI.f64) (*.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))) |
| ✓ | cost-diff | 192 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.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)))) |
| 3482× | *-lowering-*.f32 |
| 3482× | *-lowering-*.f64 |
| 1754× | fma-define |
| 1614× | fma-lowering-fma.f32 |
| 1614× | fma-lowering-fma.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 50 | 602 |
| 1 | 143 | 545 |
| 2 | 462 | 529 |
| 3 | 2095 | 525 |
| 4 | 7072 | 525 |
| 0 | 8257 | 525 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2))) |
(/ (PI) 2) |
(PI) |
2 |
(+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2)) |
(* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2) |
(- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) |
0 |
(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) (* 2 (asin (sqrt 1/2)))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (sqrt 1/2))) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2)) |
(sqrt (PI)) |
(PI) |
(/ (sqrt (PI)) 2) |
2 |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) |
(asin (pow (- 1/2 (/ x 2)) 1/2)) |
(pow (- 1/2 (/ x 2)) 1/2) |
(- 1/2 (/ x 2)) |
1/2 |
(/ x 2) |
x |
-2 |
(* (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3))) |
(/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) |
1 |
(+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)))) |
(/ (PI) (/ 4 (PI))) |
(PI) |
(/ 4 (PI)) |
4 |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))) |
(asin (pow (- 1/2 (/ x 2)) 1/2)) |
(pow (- 1/2 (/ x 2)) 1/2) |
(- 1/2 (/ x 2)) |
1/2 |
(/ x 2) |
x |
2 |
(+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3)) |
(/ (* (PI) (* (PI) (PI))) 8) |
(* (PI) (* (PI) (PI))) |
(* (PI) (PI)) |
8 |
(pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) |
-2 |
3 |
(/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))) |
(- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) |
(* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) |
(/ (PI) (/ 4 (PI))) |
(PI) |
(/ 4 (PI)) |
4 |
(+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) |
(/ (PI) 2) |
2 |
(* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) |
(asin (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) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2)) |
(pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2) |
(* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) |
| Outputs |
|---|
(- (/ (PI) 2) (+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2))) |
(+.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))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/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))) |
(* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2) |
(*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) |
(- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
0 |
#s(literal 0 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) (* 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) |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -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))) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(PI) |
(PI.f64) |
(/ (sqrt (PI)) 2) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) |
(asin (pow (- 1/2 (/ x 2)) 1/2)) |
(asin.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) |
(* (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)))) |
(+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) |
(/ (PI) (/ 4 (PI))) |
(/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) |
(PI) |
(PI.f64) |
(/ 4 (PI)) |
(/.f64 #s(literal 4 binary64) (PI.f64)) |
4 |
#s(literal 4 binary64) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) |
(asin (pow (- 1/2 (/ x 2)) 1/2)) |
(asin.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) |
(+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)) |
(+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3)) |
(+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(/ (* (PI) (* (PI) (PI))) 8) |
(/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) |
(* (PI) (* (PI) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(* (PI) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
8 |
#s(literal 8 binary64) |
(pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3) |
(pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
3 |
#s(literal 3 binary64) |
(/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))) |
(/.f64 (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) |
(*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) |
(/.f64 (*.f64 (PI.f64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 #s(literal 4 binary64) (PI.f64))) |
(/ (PI) (/ 4 (PI))) |
(/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) |
(PI) |
(PI.f64) |
(/ 4 (PI)) |
(/.f64 #s(literal 4 binary64) (PI.f64)) |
4 |
#s(literal 4 binary64) |
(+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) |
(+.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))))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (pow (- 1/2 (/ x 2)) 1/2)) |
(asin.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) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2)) |
(*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2) |
(pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) |
(*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)))))) |
| ✓ | accuracy | 99.5% | (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (pow.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)) #s(literal 3 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
| ✓ | accuracy | 99.5% | (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.4% | (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))) |
| ✓ | accuracy | 5.8% | (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 | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (+.f64 (PI.f64) (*.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))) |
| ✓ | 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.5% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.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)))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| 2.8s | 249× | 5 | exit |
| 12.0ms | 6× | 2 | valid |
| 11.0ms | 1× | 3 | valid |
Compiled 696 to 50 computations (92.8% saved)
ival-asin: 876.0ms (35.5% of total)ival-pow: 824.0ms (33.4% of total)ival-mult: 158.0ms (6.4% of total)backward-pass: 155.0ms (6.3% of total)ival-acos: 126.0ms (5.1% of total)ival-div: 105.0ms (4.3% of total)ival-sub: 58.0ms (2.4% of total)ival-add: 52.0ms (2.1% of total)ival-pi: 40.0ms (1.6% of total)ival-sqrt: 34.0ms (1.4% of total)compiled-spec: 33.0ms (1.3% of total)const: 5.0ms (0.2% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2)))> |
#<alt (+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2))> |
#<alt (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2)> |
#<alt (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2)))> |
#<alt (- (/ (PI) 2) (* 2 (asin (sqrt 1/2))))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (* 2 (asin (sqrt 1/2)))> |
#<alt (+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2))> |
#<alt (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2)> |
#<alt (asin (pow (- 1/2 (/ x 2)) 1/2))> |
#<alt (pow (- 1/2 (/ x 2)) 1/2)> |
#<alt (* (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3)))> |
#<alt (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)))))> |
#<alt (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))> |
#<alt (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)))> |
#<alt (/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))))> |
#<alt (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2)))> |
#<alt (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))> |
#<alt (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))> |
#<alt (acos (pow (- 1/2 (/ x 2)) 1/2))> |
#<alt (asin (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (sqrt (PI))> |
#<alt (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3))> |
#<alt (* (PI) (* (PI) (PI)))> |
#<alt (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3)> |
| Outputs |
|---|
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (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 (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -1 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -1 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -1 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -1 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -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 (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2))> |
#<alt (/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)> |
#<alt (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)> |
#<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 (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3)))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))> |
#<alt (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))> |
57 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | 0 | (/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))) |
| 3.0ms | x | @ | 0 | (* (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3))) |
| 3.0ms | x | @ | inf | (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) |
| 3.0ms | x | @ | -inf | (/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))) |
| 3.0ms | x | @ | inf | (/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))) |
| 1× | batch-egg-rewrite |
| 4370× | *-lowering-*.f32 |
| 4370× | *-lowering-*.f64 |
| 2220× | pow-lowering-pow.f64 |
| 2220× | pow-lowering-pow.f32 |
| 1694× | unpow-prod-down |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 50 | 396 |
| 1 | 373 | 346 |
| 2 | 4177 | 316 |
| 0 | 8273 | 316 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (/ (PI) 2) (+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2))) |
(+ (PI) (* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2)) |
(* (- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) 2) |
(- 0 (acos (pow (- 1/2 (/ x 2)) 1/2))) |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(/ (PI) 2) |
(PI) |
(* 2 (asin (sqrt 1/2))) |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2)) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) |
(asin (pow (- 1/2 (/ x 2)) 1/2)) |
(pow (- 1/2 (/ x 2)) 1/2) |
(* (/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3))) |
(/ 1 (+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))))) |
(+ (/ (PI) (/ 4 (PI))) (* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI)))) |
(* (asin (pow (- 1/2 (/ x 2)) 1/2)) (+ (* (asin (pow (- 1/2 (/ x 2)) 1/2)) 4) (PI))) |
(/ (- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))))) |
(- (* (/ (PI) (/ 4 (PI))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) (* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2))) |
(* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (pow (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))) 2)) |
(* (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2)))) (+ (/ (PI) 2) (* 2 (asin (pow (- 1/2 (/ x 2)) 1/2))))) |
(acos (pow (- 1/2 (/ x 2)) 1/2)) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
(sqrt (PI)) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3)) |
(* (PI) (* (PI) (PI))) |
(pow (* (asin (pow (- 1/2 (/ x 2)) 1/2)) -2) 3) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.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 #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 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (neg.f64 (*.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)) (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (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 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (/.f64 (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.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 #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))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.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))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (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 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (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 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (PI.f64) (+.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 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 1 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 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.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 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.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 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 (pow.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)))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.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 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.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)))) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.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 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (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 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(+.f64 (PI.f64) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(+.f64 (neg.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) (*.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 #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) (PI.f64)) (+.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 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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)) (sqrt.f64 (PI.f64)) (neg.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) (PI.f64) (neg.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)) (cbrt.f64 (PI.f64)) (neg.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 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (neg.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.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 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (neg.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.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (-.f64 (neg.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 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 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 #s(literal 0 binary64) (neg.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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)))) (pow.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 #s(literal 0 binary64) (pow.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 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 #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)))))) #s(literal 2 binary64)) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (/.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)) (pow.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) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (pow.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))))))) |
(neg.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.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) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (-.f64 #s(literal 0 binary64) (pow.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) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) (pow.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) (pow.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 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.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) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.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) (-.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) (pow.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) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(pow.f64 (/.f64 (pow.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) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (pow.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) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (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 (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 (PI.f64) #s(literal 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 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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))))))) |
(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 (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 (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))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (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 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #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 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) #s(literal 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 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/.f64 (PI.f64) #s(literal 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 2 binary64) (PI.f64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64))) |
(*.f64 (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 #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 1/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) (PI.f64)) #s(literal -1/2 binary64)) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(log.f64 (+.f64 #s(literal 1 binary64) (expm1.f64 (PI.f64)))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.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))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/3 binary64))) |
(-.f64 (exp.f64 (log1p.f64 (PI.f64))) #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))) |
(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 (*.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 (cbrt.f64 (PI.f64)) #s(literal 3 binary64)) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (exp.f64 #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (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 (*.f64 (cbrt.f64 (PI.f64)) (PI.f64)) #s(literal 1/2 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)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) (pow.f64 (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/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 (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 (cbrt.f64 (PI.f64)) #s(literal 4 binary64)) #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/3 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 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 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) (+.f64 (*.f64 (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal -2 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (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)) (neg.f64 (*.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 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (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 (/.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 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 (/.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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 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))) (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)))))) |
(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 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.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)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.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)) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 x x) #s(literal 4 binary64))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 (*.f64 x x) #s(literal 4 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))) #s(literal -1 binary64)) (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 2 binary64))) (-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal -1 binary64))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) |
(+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (PI.f64) (/.f64 #s(literal -4 binary64) (PI.f64)))) |
(-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (/.f64 #s(literal 4 binary64) (PI.f64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(fma.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) |
(fma.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) |
(fma.f64 (/.f64 (PI.f64) #s(literal 4 binary64)) (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/16 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))))) |
(+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(fma.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (-.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) (PI.f64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 3 binary64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (-.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) (PI.f64))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) |
(*.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) (neg.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (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) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (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 #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) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (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) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) (*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) (pow.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) #s(literal 2 binary64)) (pow.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) #s(literal 1 binary64)) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) |
(pow.f64 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 0 binary64) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64))))) |
(-.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) (/.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(fma.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(fma.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) #s(literal 2 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) #s(literal 2 binary64))) (-.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) #s(literal 2 binary64)) (pow.f64 (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) #s(literal 2 binary64))) (-.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
(*.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (*.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))))) |
(*.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 2 binary64)) (pow.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))))) |
(+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) |
(+.f64 (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(*.f64 #s(literal 4 binary64) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (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 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 #s(literal 2 binary64) (asin.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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 4 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(+.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64))) |
(fma.f64 (/.f64 (PI.f64) #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 (/.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 (/.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 (PI.f64) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.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 #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) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(/.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) #s(literal 2 binary64)) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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)))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal 2 binary64)) (-.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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)))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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)))))))) #s(literal 2 binary64))) (-.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (/.f64 (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 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) #s(literal 2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64)) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 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)) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(+.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 0 binary64)) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.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) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.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)))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (acos.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) (neg.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.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 (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 #s(literal 1/4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 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 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(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 (*.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 (cbrt.f64 (PI.f64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 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)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) #s(literal 1 binary64)) (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) #s(literal 1 binary64))) |
(-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal -8 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(fma.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/8 binary64) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) |
(fma.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)) #s(literal -8 binary64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3/2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3/2 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64)))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(pow.f64 (PI.f64) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 6 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 9 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (*.f64 (PI.f64) (PI.f64)) (PI.f64)) |
(*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(exp.f64 (*.f64 #s(literal 3 binary64) (log.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) #s(literal 3/2 binary64)) #s(literal 2 binary64))) |
(pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)))) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #s(literal -2 binary64) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) |
(*.f64 #s(literal -2 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal 8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) |
(*.f64 #s(literal 8 binary64) (pow.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 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))) |
(*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)) #s(literal 8 binary64)) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)) #s(literal -8 binary64)) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)) (pow.f64 #s(literal 4 binary64) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)) (pow.f64 (pow.f64 #s(literal -2 binary64) #s(literal 3/2 binary64)) #s(literal 2 binary64))) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3/2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3/2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3/2 binary64)) (pow.f64 (*.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))))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3/2 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 #s(literal -2 binary64) #s(literal 3/2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) #s(literal 3/2 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3/2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64)) |
(*.f64 (*.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) #s(literal 8 binary64)) |
(*.f64 (pow.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 #s(literal 4 binary64) #s(literal 3/2 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 #s(literal 2 binary64) #s(literal 3/2 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (exp.f64 (log.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3/2 binary64)) (pow.f64 (exp.f64 (log.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) #s(literal 3/2 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3/2 binary64)) (pow.f64 #s(literal -2 binary64) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal -2 binary64)) #s(literal 3/2 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 #s(literal -2 binary64) #s(literal 3/2 binary64)) #s(literal 2 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) |
| 1× | egg-herbie |
| 4218× | *-lowering-*.f32 |
| 4218× | *-lowering-*.f64 |
| 1628× | fma-lowering-fma.f32 |
| 1628× | fma-lowering-fma.f64 |
| 1334× | fnmadd-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 164 | 4480 |
| 1 | 504 | 3667 |
| 2 | 1424 | 3502 |
| 3 | 4759 | 3475 |
| 0 | 8187 | 3475 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+ (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))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -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)))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (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)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
| Outputs |
|---|
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) (PI.f64))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.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 -1/2 binary64))))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal -1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64)))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.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 x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (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 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (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))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 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 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/16 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64))))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 4 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(/ (- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) (pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2)) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(- (* 1/4 (* (pow (PI) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(* 4 (* (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 2) (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) (*.f64 #s(literal 4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)))) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (- 1/2 (* 1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow (+ (* 1/2 (PI)) (* 2 (asin (sqrt (+ 1/2 (* -1/2 x)))))) 2) |
(pow.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 #s(literal 1/8 binary64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64)))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
(* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) |
(*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 3 binary64))) |
Compiled 117209 to 5876 computations (95% saved)
28 alts after pruning (26 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2034 | 22 | 2056 |
| Fresh | 12 | 4 | 16 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 2050 | 28 | 2078 |
| Status | Accuracy | Program |
|---|---|---|
| 6.0% | (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))) | |
| 6.1% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (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))))) | |
| ▶ | 6.0% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ▶ | 6.0% | (fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) #s(literal -2 binary64))) |
| 6.1% | (/.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.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 #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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))))) | |
| 6.1% | (/.f64 (-.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64)))) | |
| 8.1% | (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) | |
| 3.8% | (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 4 binary64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) (*.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 2 binary64))))) (pow.f64 (pow.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) #s(literal 2 binary64))) | |
| 8.1% | (/.f64 (-.f64 (*.f64 (/.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (*.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 2 binary64) (asin.f64 (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))) #s(literal 1/2 binary64))))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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)))))))) #s(literal 2 binary64))) (-.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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))))))))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))))) | |
| ▶ | 8.1% | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
| ▶ | 6.1% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
| 6.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 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))))) | |
| 6.1% | (-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) | |
| 3.8% | (-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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))))))) | |
| 8.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) | |
| 8.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) | |
| ▶ | 5.7% | (-.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)))) |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))))) | |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) | |
| ✓ | 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)))))) |
| ✓ | 3.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 6.1% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) (/.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))))) | |
| 6.0% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) | |
| 6.1% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) | |
| 6.0% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) |
Compiled 2462 to 1134 computations (53.9% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) |
| ✓ | cost-diff | 6528 | (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
| ✓ | cost-diff | 6528 | (asin.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
| ✓ | cost-diff | 6528 | (*.f64 (asin.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) #s(literal -2 binary64)) |
| ✓ | cost-diff | 25728 | (fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -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 | 128 | (-.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 | (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 64 | (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 64 | (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 20544 | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
| 3690× | *-lowering-*.f32 |
| 3690× | *-lowering-*.f64 |
| 1404× | fnmadd-define |
| 1360× | fma-lowering-fma.f32 |
| 1360× | fma-lowering-fma.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 625 |
| 1 | 148 | 582 |
| 2 | 430 | 575 |
| 3 | 1482 | 575 |
| 4 | 4522 | 560 |
| 0 | 8246 | 560 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) |
(* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) |
(- (/ (PI) 2) (PI)) |
(/ (PI) 2) |
(PI) |
2 |
(pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2) |
(neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(- (/ (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 |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(PI) |
2 |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2)) |
(sqrt (PI)) |
(PI) |
(/ (sqrt (PI)) 2) |
2 |
(* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) |
(asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) |
(pow (pow (+ 1/2 (/ x -2)) 1/4) 2) |
(pow (+ 1/2 (/ x -2)) 1/4) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
1/4 |
(/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3))) |
(* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) |
(/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) |
1 |
(+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4)))) |
(/ (* (PI) (PI)) 4) |
(* (PI) (PI)) |
(PI) |
4 |
(* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) 4) |
(- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6)) |
(* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) |
(* (PI) (* (PI) (PI))) |
(* (* (PI) (* (PI) (PI))) 1/64) |
1/64 |
(pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
6 |
(- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3)) |
(/ (* (PI) (* (PI) (PI))) 8) |
8 |
(pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3) |
3 |
| Outputs |
|---|
(/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64)) |
(- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) |
(-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) |
(*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
(- (/ (PI) 2) (PI)) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2) |
(pow.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(- (/ (PI) 2) (+ (PI) (* (- 0 (acos (sqrt 1/2))) 2))) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (/.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) (* (- 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) |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(+.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))))))) |
(/ (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 (sqrt (+ 1/2 (/ x -2)))) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2)) |
(+.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))))))) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(PI) |
(PI.f64) |
(/ (sqrt (PI)) 2) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
2 |
#s(literal 2 binary64) |
(* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(pow (pow (+ 1/2 (/ x -2)) 1/4) 2) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(pow (+ 1/2 (/ x -2)) 1/4) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 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) |
1/4 |
#s(literal 1/4 binary64) |
(/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 #s(literal 1/64 binary64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)))))) |
(* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 #s(literal 1/64 binary64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
(/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4)))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))))) |
(/ (* (PI) (PI)) 4) |
(/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) |
(* (PI) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
(PI) |
(PI.f64) |
4 |
#s(literal 4 binary64) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4)) |
(+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) 4) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) |
(- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6)) |
(-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 #s(literal 1/64 binary64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) |
(* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) |
(*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 #s(literal 1/64 binary64) (*.f64 (PI.f64) (PI.f64))))) |
(* (PI) (* (PI) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(* (* (PI) (* (PI) (PI))) 1/64) |
(*.f64 (PI.f64) (*.f64 #s(literal 1/64 binary64) (*.f64 (PI.f64) (PI.f64)))) |
1/64 |
#s(literal 1/64 binary64) |
(pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6) |
(pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
6 |
#s(literal 6 binary64) |
(- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3)) |
(+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 #s(literal 8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64)))) |
(/ (* (PI) (* (PI) (PI))) 8) |
(/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) |
8 |
#s(literal 8 binary64) |
(pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3) |
(pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
| ✓ | accuracy | 100.0% | (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)) |
| ✓ | accuracy | 99.5% | (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.4% | (fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) #s(literal -2 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.4% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | accuracy | 5.8% | (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 | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 100.0% | (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64)) |
| ✓ | accuracy | 99.5% | (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| 2.4s | 249× | 5 | exit |
| 18.0ms | 7× | 2 | valid |
Compiled 702 to 60 computations (91.5% saved)
ival-pow: 592.0ms (29.1% of total)ival-acos: 575.0ms (28.3% of total)backward-pass: 210.0ms (10.3% of total)ival-mult: 173.0ms (8.5% of total)ival-asin: 123.0ms (6% of total)ival-div: 94.0ms (4.6% of total)ival-add: 73.0ms (3.6% of total)compiled-spec: 66.0ms (3.2% of total)ival-sub: 55.0ms (2.7% of total)ival-sqrt: 42.0ms (2.1% of total)ival-neg: 14.0ms (0.7% of total)ival-pi: 11.0ms (0.5% of total)const: 6.0ms (0.3% of total)| Inputs |
|---|
#<alt (/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))))> |
#<alt (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2))> |
#<alt (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)> |
#<alt (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 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 (+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2))> |
#<alt (/ (sqrt (PI)) 2)> |
#<alt (sqrt (PI))> |
#<alt (PI)> |
#<alt (+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2))> |
#<alt (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2)> |
#<alt (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2))> |
#<alt (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)> |
#<alt (/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3)))> |
#<alt (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6)))> |
#<alt (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4)))))> |
#<alt (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))> |
#<alt (acos (sqrt (+ 1/2 (/ x -2))))> |
#<alt (acos (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (sqrt (+ 1/2 (/ x -2)))> |
#<alt (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))> |
#<alt (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6)> |
#<alt (* (PI) (* (PI) (PI)))> |
| Outputs |
|---|
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (- 1/2 (* 1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (* -2 (asin (sqrt (+ 1/2 (* -1/2 x)))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (- 1/2 (* 1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -1/2 x))))> |
#<alt (asin (sqrt (+ 1/2 (* -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 (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (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 (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
#<alt (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | x | @ | -inf | (/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3))) |
| 4.0ms | x | @ | 0 | (/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3))) |
| 3.0ms | x | @ | inf | (/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3))) |
| 2.0ms | x | @ | 0 | (/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
| 2.0ms | x | @ | inf | (/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
| 1× | batch-egg-rewrite |
| 3618× | *-lowering-*.f32 |
| 3618× | *-lowering-*.f64 |
| 2358× | pow-lowering-pow.f64 |
| 2358× | pow-lowering-pow.f32 |
| 1860× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 367 |
| 1 | 420 | 276 |
| 2 | 3864 | 273 |
| 0 | 8321 | 273 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) |
(pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2) |
(neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 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) |
(+ (* (/ (sqrt (PI)) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(PI) |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2)) |
(* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) |
(asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) |
(pow (pow (+ 1/2 (/ x -2)) 1/4) 2) |
(/ (* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 3))) |
(* (/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) (- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6))) |
(/ 1 (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4))))) |
(+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* (asin (sqrt (+ 1/2 (/ x -2)))) 4)))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
(sqrt (+ 1/2 (/ x -2))) |
(- (* (* (PI) (* (PI) (PI))) (* (* (PI) (* (PI) (PI))) 1/64)) (pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6)) |
(pow (* (asin (sqrt (+ 1/2 (/ x -2)))) -2) 6) |
(* (PI) (* (PI) (PI))) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.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))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (neg.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))) |
(+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) (neg.f64 (/.f64 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (PI.f64) #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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))) (pow.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)))) #s(literal 2 binary64)))) (pow.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.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)))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.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)))) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.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)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 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 (*.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 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 #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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))) (pow.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)))) #s(literal 2 binary64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64))))) (/.f64 (pow.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)))) #s(literal 6 binary64)) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) (/.f64 (pow.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)))) #s(literal 4 binary64)) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64)))) (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64)))) (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (*.f64 #s(literal -1 binary64) (pow.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)))) #s(literal 6 binary64)))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (-.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.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)))) #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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)) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.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)))) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.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)))) #s(literal 2 binary64))))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.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))))))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.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)))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.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))))) #s(literal 2 binary64))) |
(neg.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 #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)))))) |
(neg.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 #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)))))) |
(pow.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)))) #s(literal 2 binary64)) |
(pow.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)))) #s(literal 2 binary64)) |
(pow.f64 (pow.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)))) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (log.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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.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 #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 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 #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 -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 1 binary64) (pow.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)))) #s(literal 2 binary64))) |
(*.f64 #s(literal -1 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 #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 #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 #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 (pow.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)) #s(literal 4 binary64)) |
(*.f64 (pow.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)) #s(literal 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)))) (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)))) #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 (*.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 #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)) |
(+.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))))) |
(exp.f64 (log.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 #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))))) |
(neg.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 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))) (+.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 #s(literal 0 binary64) (pow.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)))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (pow.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)))) #s(literal 2 binary64)) (*.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)))))))) |
(pow.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)))) #s(literal 1 binary64)) |
(pow.f64 (pow.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)))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.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))))) #s(literal 2 binary64)) |
(*.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 #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 (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)))) #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 (-.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)) |
(*.f64 (sqrt.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))))) (sqrt.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 (exp.f64 (log.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (exp.f64 (log.f64 #s(literal -2 binary64)))) |
(*.f64 (exp.f64 (log.f64 #s(literal -1 binary64))) (exp.f64 (log.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 (exp.f64 (log.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)))))) (exp.f64 (log.f64 #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) (/.f64 (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.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)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.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 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(+.f64 (PI.f64) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (/.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 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)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 #s(literal 0 binary64) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(neg.f64 (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(neg.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 3 binary64)))) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 3 binary64))) #s(literal 2 binary64)) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/.f64 (PI.f64) #s(literal 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 2 binary64) (PI.f64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (PI.f64) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (PI.f64)) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 #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 1/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) (PI.f64)) #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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 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 -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))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.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))))) |
(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 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 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 -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #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 (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (-.f64 (*.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)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -2 binary64)) |
(/.f64 (neg.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)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 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)) |
(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))) |
(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 (*.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 (cbrt.f64 (PI.f64)) #s(literal 3/2 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 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(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 (log.f64 (*.f64 (PI.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))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64)) #s(literal 1/3 binary64))) |
(-.f64 (+.f64 #s(literal 1 binary64) (PI.f64)) #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))) |
(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 (*.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 (cbrt.f64 (PI.f64)) #s(literal 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 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64)))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 7/3 binary64)))) |
(*.f64 (exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) (exp.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64))) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1 binary64))) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64)))) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 #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))) |
(-.f64 (*.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))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (pow.f64 (*.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)))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (*.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))))) |
(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 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 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 -2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/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))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #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 (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (-.f64 (*.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)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.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)))) #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 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.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 #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))))))) |
(exp.f64 (log.f64 (*.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 -2 binary64) (asin.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 -2 binary64)) |
(*.f64 (exp.f64 (log.f64 (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 #s(literal -2 binary64)))) |
(*.f64 (exp.f64 (log.f64 #s(literal -2 binary64))) (exp.f64 (log.f64 (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 (+.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)) (/.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)) (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 (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 (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))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.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)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.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)) (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 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (log.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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/8 binary64) (/.f64 (*.f64 (*.f64 x x) x) #s(literal -8 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/8 binary64)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 3/8 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 3/8 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal 1 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) |
(*.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))))) |
(*.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))) (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 512 binary64))) (pow.f64 (*.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)))) #s(literal 9 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #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)))) #s(literal 3 binary64))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) (*.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64)))) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(*.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) |
(+.f64 (*.f64 (PI.f64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (+.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (asin.f64 (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) (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 (neg.f64 (*.f64 (log.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal -1 binary64)))) |
(-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal -4 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) (/.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(fma.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) |
(fma.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) |
(fma.f64 (*.f64 (PI.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))) (+.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 4 binary64))))) |
(fma.f64 (+.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 4 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) (PI.f64)) #s(literal 4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 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) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 4 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64))) (-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) |
(pow.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 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))) (+.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 4 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 binary64)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.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 4 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)) (neg.f64 (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)) (/.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)))) |
(exp.f64 (*.f64 (log.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 1 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)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (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)) (neg.f64 (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)) (neg.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.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 (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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.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 (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))))) |
(pow.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (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 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(-.f64 (+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) #s(literal 0 binary64)))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(exp.f64 (*.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 #s(literal 1/4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(exp.f64 (log.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/4 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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/8 binary64) (/.f64 (*.f64 (*.f64 x x) x) #s(literal -8 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (*.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/8 binary64)) |
(pow.f64 (exp.f64 #s(literal 2 binary64)) (*.f64 #s(literal 1/4 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 3/8 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 3/8 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 binary64))) |
(+.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64)))) |
(+.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) (pow.f64 (*.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)))) #s(literal 6 binary64)))) |
(+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (*.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)))) #s(literal 6 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64))))) (/.f64 (pow.f64 (*.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)))) #s(literal 18 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (/.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(fma.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/64 binary64) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64))) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64)))) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 18 binary64)) #s(literal -262144 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (-.f64 (pow.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(*.f64 (+.f64 (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal -64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (pow.f64 (*.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)))) #s(literal 18 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (+.f64 (pow.f64 (*.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)))) #s(literal 12 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) #s(literal 64 binary64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) #s(literal 8 binary64)))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (pow.f64 (*.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)))) #s(literal 12 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.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)))) #s(literal 6 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(exp.f64 (*.f64 #s(literal 6 binary64) (log.f64 (*.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))))))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 (*.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)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (*.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)))) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(pow.f64 (*.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)))) #s(literal 6 binary64)) |
(pow.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) #s(literal 3 binary64)) |
(pow.f64 (pow.f64 (*.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)))) #s(literal 3/2 binary64)) #s(literal 4 binary64)) |
(pow.f64 (pow.f64 (*.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)))) #s(literal 4 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (exp.f64 #s(literal 6 binary64)) (log.f64 (*.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 #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)))) (pow.f64 (*.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)))) #s(literal 5 binary64))) |
(*.f64 (pow.f64 (*.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)))) #s(literal 3 binary64)) (pow.f64 (*.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)))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) (pow.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 4 binary64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal -8 binary64) (pow.f64 (*.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)))) #s(literal 3 binary64)))) |
(*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (*.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))))) #s(literal 3 binary64))) |
(*.f64 #s(literal -8 binary64) (pow.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.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))))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64)) #s(literal 64 binary64)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 6 binary64))) |
(*.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (pow.f64 (*.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)))) #s(literal 4 binary64))) |
(*.f64 (pow.f64 (*.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)))) #s(literal 2 binary64)) (*.f64 (*.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)))) (pow.f64 (*.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)))) #s(literal 3 binary64)))) |
(*.f64 (pow.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 4 binary64)) #s(literal 3 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (*.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)))) #s(literal 3/2 binary64)) (pow.f64 (*.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)))) #s(literal 9/2 binary64))) |
(*.f64 (pow.f64 (*.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)))) #s(literal 4 binary64)) (pow.f64 (*.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)))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.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)))) #s(literal 9/2 binary64)) (pow.f64 (*.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)))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.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)))) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 3 binary64)) #s(literal -8 binary64)) |
(*.f64 (pow.f64 (*.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)))) #s(literal 5 binary64)) (*.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 (pow.f64 (*.f64 (*.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)))) #s(literal -2 binary64)) #s(literal 3 binary64)) (pow.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) |
(exp.f64 (+.f64 (log.f64 (PI.f64)) (*.f64 (log.f64 (PI.f64)) #s(literal 2 binary64)))) |
(exp.f64 (+.f64 (log.f64 (PI.f64)) (log.f64 (*.f64 (PI.f64) (PI.f64))))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 2 binary64)) (log.f64 (PI.f64)))) |
(exp.f64 (+.f64 (log.f64 (*.f64 (PI.f64) (PI.f64))) (log.f64 (PI.f64)))) |
(cbrt.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) |
(pow.f64 (PI.f64) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 6 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1 binary64)) |
(pow.f64 (cbrt.f64 (PI.f64)) #s(literal 9 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 5/2 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (*.f64 (PI.f64) (PI.f64)) (PI.f64)) |
(*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (PI.f64) #s(literal 7/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 5/2 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
| 1× | egg-herbie |
| 4266× | *-lowering-*.f32 |
| 4266× | *-lowering-*.f64 |
| 2090× | +-lowering-+.f64 |
| 2090× | +-lowering-+.f32 |
| 1304× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 169 | 4076 |
| 1 | 504 | 3614 |
| 2 | 1334 | 3548 |
| 3 | 4180 | 3530 |
| 0 | 8444 | 3530 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin (sqrt (+ 1/2 (* -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)))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (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)))))))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
| Outputs |
|---|
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.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 (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 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -1/128 binary64) (/.f64 x (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 1/2 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 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(*.f64 x (-.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 x (+.f64 (-.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.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)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (* (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) (- (* 1/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (*.f64 (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)) #s(literal 8 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(/ 1 (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))) |
(+.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/4 (/ x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (sqrt 1/2) (* x (- (* -1/32 (/ x (pow (sqrt 1/2) 3))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -1/128 binary64) (/.f64 x (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 x) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 1/2 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 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(*.f64 x (-.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt -1) (pow (sqrt 1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))) |
(*.f64 x (+.f64 (-.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.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)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) #s(literal -64 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
(* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64))) |
Compiled 110785 to 6465 computations (94.2% saved)
34 alts after pruning (30 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1998 | 15 | 2013 |
| Fresh | 6 | 15 | 21 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 2007 | 34 | 2041 |
| Status | Accuracy | Program |
|---|---|---|
| 6.0% | (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))) | |
| ▶ | 6.1% | (fma.f64 (/.f64 (sqrt.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| 6.1% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (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))))) | |
| 3.8% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| ✓ | 6.0% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ▶ | 6.1% | (fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) #s(literal -2 binary64))) |
| ▶ | 6.1% | (/.f64 (fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
| 6.1% | (/.f64 (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64))))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) | |
| 8.1% | (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) | |
| 3.8% | (/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64)))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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)))))))) #s(literal 2 binary64))) (-.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (/.f64 (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))))))))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 binary64) (PI.f64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.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)) (*.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))))) (pow.f64 (*.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)))) #s(literal 2 binary64)))) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) | |
| 6.1% | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.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)))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) | |
| ▶ | 8.1% | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
| 8.1% | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) | |
| 8.1% | (/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))) (pow.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)))) #s(literal 2 binary64)))) (pow.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))) #s(literal 2 binary64))) | |
| 8.1% | (/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)))) | |
| 6.1% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) | |
| 6.1% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)))))) (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) #s(literal 1/64 binary64))) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64)) #s(literal 3 binary64)))) | |
| 6.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 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))))) | |
| 6.1% | (-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) | |
| 3.8% | (-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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))))))) | |
| 8.1% | (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (pow.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)))) #s(literal 2 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))))) | |
| 8.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) | |
| ▶ | 5.7% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| 8.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64)))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) | |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal 2 binary64)))))) | |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) | |
| ✓ | 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)))))) |
| ✓ | 3.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 6.0% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) | |
| 6.1% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) (/.f64 #s(literal 4 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))) (+.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 4 binary64)) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (PI.f64))) #s(literal 8 binary64)) (pow.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)) #s(literal 3 binary64)))) |
Compiled 2731 to 1318 computations (51.7% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
| ✓ | cost-diff | 12992 | (sqrt.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) |
| ✓ | cost-diff | 12992 | (/.f64 (sqrt.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 19264 | (fma.f64 (/.f64 (sqrt.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) |
| ✓ | cost-diff | 192 | (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 6848 | (fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 27072 | (/.f64 (fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (PI.f64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
| ✓ | cost-diff | 19328 | (fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 0 | (PI.f64) |
| ✓ | cost-diff | 0 | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) |
| ✓ | cost-diff | 384 | (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
| ✓ | cost-diff | 448 | (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 512 | (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))))) |
| 2446× | *-lowering-*.f32 |
| 2446× | *-lowering-*.f64 |
| 1464× | fmsub-define |
| 1382× | fma-lowering-fma.f32 |
| 1382× | fma-lowering-fma.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 49 | 509 |
| 1 | 119 | 497 |
| 2 | 313 | 486 |
| 3 | 1040 | 463 |
| 4 | 4193 | 450 |
| 0 | 8631 | 450 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) |
(* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) |
(- (/ (PI) 2) (PI)) |
(/ (PI) 2) |
(PI) |
2 |
(pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2) |
(neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) |
(* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2))) |
(cbrt (pow (PI) 3/2)) |
(pow (PI) 3/2) |
3/2 |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(/ (PI) 2) |
(PI) |
2 |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(* (acos (sqrt 1/2)) 2) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
(+ (* (/ 1 (/ 2 (sqrt (PI)))) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ 1 (/ 2 (sqrt (PI)))) |
1 |
(/ 2 (sqrt (PI))) |
2 |
(sqrt (PI)) |
(PI) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) |
(- (/ (PI) 2) (PI)) |
(/ (PI) 2) |
(PI) |
2 |
(- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2)) |
0 |
(pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2) |
(* 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 |
(+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ (* (/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) |
(sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) |
(* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2))) |
(cbrt (pow (PI) 3/2)) |
(pow (PI) 3/2) |
(PI) |
3/2 |
2 |
(sqrt (PI)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
| Outputs |
|---|
(/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))))) |
(- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) |
(-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) |
(- (/ (PI) 2) (PI)) |
(/.f64 (PI.f64) #s(literal -2 binary64)) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2) |
(pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))))) |
(- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) |
(* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(cbrt (pow (PI) 3/2)) |
(cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(pow (PI) 3/2) |
(pow.f64 (PI.f64) #s(literal 3/2 binary64)) |
3/2 |
#s(literal 3/2 binary64) |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(+.f64 (/.f64 (PI.f64) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(* (acos (sqrt 1/2)) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(acos (sqrt 1/2)) |
(acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ (* (/ 1 (/ 2 (sqrt (PI)))) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(+.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))))))) |
(/ 1 (/ 2 (sqrt (PI)))) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
1 |
#s(literal 1 binary64) |
(/ 2 (sqrt (PI))) |
(/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) |
2 |
#s(literal 2 binary64) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(PI) |
(PI.f64) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
(/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(*.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))))))) #s(literal 1 binary64)) |
(+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) |
(-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(- (/ (PI) 2) (PI)) |
(/.f64 (PI.f64) #s(literal -2 binary64)) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2)) |
(-.f64 #s(literal 0 binary64) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
0 |
#s(literal 0 binary64) |
(pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2) |
(pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(* 2 (acos (pow (+ 1/2 (/ x -2)) 1/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 |
-2 |
#s(literal -2 binary64) |
(+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(+.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 (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(* (acos (sqrt (+ 1/2 (/ x -2)))) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
(acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ (* (/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (fabs.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) |
(/.f64 (fabs.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) #s(literal 2 binary64)) |
(sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) |
(fabs.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
(cbrt (pow (PI) 3/2)) |
(cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(pow (PI) 3/2) |
(pow.f64 (PI.f64) #s(literal 3/2 binary64)) |
(PI) |
(PI.f64) |
3/2 |
#s(literal 3/2 binary64) |
2 |
#s(literal 2 binary64) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) -2) |
(*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(sqrt (+ 1/2 (/ x -2))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(+ 1/2 (/ x -2)) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(/ x -2) |
(/.f64 x #s(literal -2 binary64)) |
x |
-2 |
#s(literal -2 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 100.0% | (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
| ✓ | accuracy | 99.4% | (fma.f64 (/.f64 (sqrt.f64 (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))))) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
| ✓ | accuracy | 100.0% | (pow.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)))) #s(literal 2 binary64)) |
| ✓ | accuracy | 97.6% | (fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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)))) #s(literal 2 binary64)))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.4% | (fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) (sqrt.f64 (PI.f64)) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| ✓ | accuracy | 100.0% | (*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)))) |
| ✓ | accuracy | 100.0% | (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
| ✓ | accuracy | 99.5% | (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) #s(literal 2 binary64))) |
| ✓ | accuracy | 5.8% | (PI.f64) |
| 2.6s | 249× | 5 | exit |
| 13.0ms | 6× | 2 | valid |
| 4.0ms | 1× | 3 | valid |
Compiled 593 to 48 computations (91.9% saved)
ival-pow: 678.0ms (33.7% of total)ival-acos: 576.0ms (28.6% of total)backward-pass: 314.0ms (15.6% of total)ival-mult: 95.0ms (4.7% of total)ival-div: 88.0ms (4.4% of total)compiled-spec: 67.0ms (3.3% of total)ival-sqrt: 57.0ms (2.8% of total)ival-sub: 51.0ms (2.5% of total)ival-add: 37.0ms (1.8% of total)ival-asin: 15.0ms (0.7% of total)ival-cbrt: 12.0ms (0.6% of total)ival-pi: 11.0ms (0.5% of total)ival-neg: 8.0ms (0.4% of total)const: 3.0ms (0.1% of total)| Inputs |
|---|
#<alt (/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))))> |
#<alt (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2))> |
#<alt (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI)))> |
#<alt (- (/ (PI) 2) (PI))> |
#<alt (- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2)))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (- (PI) (* (acos (sqrt 1/2)) 2))> |
#<alt (+ (* (/ 1 (/ 2 (sqrt (PI)))) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2))> |
#<alt (/ 1 (/ 2 (sqrt (PI))))> |
#<alt (/ 2 (sqrt (PI)))> |
#<alt (sqrt (PI))> |
#<alt (/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))))> |
#<alt (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2)))> |
#<alt (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))> |
#<alt (+ (* (/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2))> |
#<alt (/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2)> |
#<alt (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2))))> |
#<alt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))> |
#<alt (cbrt (pow (PI) 3/2))> |
#<alt (acos (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (* (acos (sqrt 1/2)) 2)> |
#<alt (sqrt (+ 1/2 (/ x -2)))> |
#<alt (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2)> |
#<alt (acos (sqrt (+ 1/2 (/ x -2))))> |
| Outputs |
|---|
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI)))> |
#<alt (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 (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<alt (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))> |
#<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))))> |
30 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | x | @ | 0 | (+ (* (/ 1 (/ 2 (sqrt (PI)))) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
| 5.0ms | x | @ | 0 | (/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
| 1.0ms | x | @ | inf | (/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
| 1.0ms | x | @ | -inf | (/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
| 0.0ms | x | @ | 0 | (/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
| 1× | batch-egg-rewrite |
| 2574× | *-lowering-*.f32 |
| 2574× | *-lowering-*.f64 |
| 1562× | pow-lowering-pow.f64 |
| 1562× | pow-lowering-pow.f32 |
| 1382× | fmsub-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 49 | 245 |
| 1 | 358 | 169 |
| 2 | 3647 | 165 |
| 0 | 8312 | 165 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) (+ (- (/ (PI) 2) (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(- (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (pow (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)) 2)) |
(* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) |
(- (/ (PI) 2) (PI)) |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(/ (PI) 2) |
(PI) |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(+ (* (/ 1 (/ 2 (sqrt (PI)))) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ 1 (/ 2 (sqrt (PI)))) |
(/ 2 (sqrt (PI))) |
(sqrt (PI)) |
(/ (+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) (+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2)))) |
(+ (* (- (/ (PI) 2) (PI)) (- (/ (PI) 2) (PI))) (- 0 (pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2))) |
(+ (- (/ (PI) 2) (PI)) (neg (* (acos (sqrt (+ 1/2 (/ x -2)))) 2))) |
(+ (* (/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) (sqrt (PI))) (* (asin (sqrt (+ 1/2 (/ x -2)))) -2)) |
(/ (sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) 2) |
(sqrt (* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2)))) |
(* (cbrt (pow (PI) 3/2)) (cbrt (pow (PI) 3/2))) |
(cbrt (pow (PI) 3/2)) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
(* (acos (sqrt 1/2)) 2) |
(sqrt (+ 1/2 (/ x -2))) |
(pow (* 2 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2) |
(acos (sqrt (+ 1/2 (/ x -2)))) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.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 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (/.f64 (PI.f64) #s(literal 2 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))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (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))))))))) |
(fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (/.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 1/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))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (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))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (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))))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (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))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) (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))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (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))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (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))))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #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)))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (/.f64 (PI.f64) #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)))))))) |
(fma.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))) (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))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (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))))))))) |
(fma.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) (pow.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(+.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 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) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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) (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal 2 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 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(+.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) #s(literal 2 binary64))) |
(-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) #s(literal 0 binary64)) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) #s(literal 0 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))))) #s(literal 2 binary64))) |
(*.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal 1 binary64)) (PI.f64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (PI.f64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (+.f64 (*.f64 (neg.f64 (cbrt.f64 (PI.f64))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (PI.f64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64)))) (neg.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 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 (PI.f64) #s(literal 2 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (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)) (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
(+.f64 (-.f64 #s(literal 0 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))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) (/.f64 (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64)) (+.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 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 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (-.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 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) (+.f64 (PI.f64) (*.f64 #s(literal -2 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) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.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) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.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) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.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))))))) |
(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) (+.f64 (PI.f64) (*.f64 #s(literal -2 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) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))))) (neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) (neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(fma.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 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 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) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.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) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (PI.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) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64))) (+.f64 (+.f64 (PI.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) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.f64 (PI.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) (-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.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) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (+.f64 (PI.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) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (+.f64 (PI.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (PI.f64) #s(literal -2 binary64))) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1 binary64))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.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))) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 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 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (PI.f64)) #s(literal -1 binary64)) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1 binary64)) #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 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (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 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 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)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(log.f64 (+.f64 #s(literal 1 binary64) (expm1.f64 (PI.f64)))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1 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/2 binary64) (log.f64 (PI.f64))) #s(literal 2/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.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))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) #s(literal 3/2 binary64))) |
(-.f64 (exp.f64 (log1p.f64 (PI.f64))) #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))) |
(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 (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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 4/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2/3 binary64)) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (exp.f64 #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (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 (*.f64 (cbrt.f64 (PI.f64)) (PI.f64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/2 binary64))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 2/3 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3 binary64)) (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 3 binary64)) (pow.f64 (cbrt.f64 (cbrt.f64 (PI.f64))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/3 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 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 1 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (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))))) |
(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))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (-.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)) (*.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) (-.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.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 #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 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #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 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (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 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 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)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.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 (/.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))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -2 binary64)) |
(/.f64 (neg.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)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) |
(/.f64 #s(literal 2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(/.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal -2 binary64) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))))) |
(/.f64 (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) |
(pow.f64 (/.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 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 2 binary64) (/.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) #s(literal -2 binary64)) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(fabs.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(sqrt.f64 (PI.f64)) |
(cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(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 (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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 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/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/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 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/3 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (cbrt.f64 (PI.f64))) #s(literal 3/2 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 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64)) (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.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 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (/.f64 (PI.f64) #s(literal 2 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))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (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))))))))) |
(fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (/.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 #s(literal 1/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))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (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))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (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))))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (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))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) (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))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (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))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (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))))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.f64) (/.f64 (PI.f64) #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)))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (/.f64 (PI.f64) #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)))))))) |
(fma.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))) (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))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (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))))))))) |
(fma.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (neg.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(neg.f64 (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) (pow.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (pow.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) #s(literal 1 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(+.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 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) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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) (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(fma.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal 2 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 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (-.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.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 (PI.f64) #s(literal 2 binary64)) (-.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 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
(+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(-.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(-.f64 (/.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(-.f64 (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (PI.f64)) |
(-.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 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 (PI.f64) #s(literal 1/2 binary64) (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))))))))) |
(fma.f64 #s(literal 1/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))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (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))))))))) |
(fma.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))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (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))))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (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))))))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (sqrt.f64 (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))))))))) |
(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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64)) (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))))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (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))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (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))))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (+.f64 (PI.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))))))) |
(fma.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (PI.f64) (PI.f64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.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))))))) |
(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 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) |
(fma.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))) (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))))))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (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 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (neg.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (neg.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (*.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) (neg.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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))))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.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))))))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (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 (pow.f64 (*.f64 #s(literal 2 binary64) (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)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.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))))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (pow.f64 (*.f64 #s(literal 2 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 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))))))) |
(+.f64 (/.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 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 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 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #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 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (/.f64 #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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal -2 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal -2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (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 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 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)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (asin.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 (/.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))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))))) |
(neg.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal -2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -2 binary64)) |
(/.f64 (neg.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)) |
(pow.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (sqrt.f64 (PI.f64))))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(fabs.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(sqrt.f64 (PI.f64)) |
(cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(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 (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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 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/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/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 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/3 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (cbrt.f64 (PI.f64))) #s(literal 3/2 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 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64)) (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64))) |
(PI.f64) |
(log.f64 (exp.f64 (PI.f64))) |
(log.f64 (+.f64 #s(literal 1 binary64) (expm1.f64 (PI.f64)))) |
(exp.f64 (log.f64 (PI.f64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1 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/2 binary64) (log.f64 (PI.f64))) #s(literal 2/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.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))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) #s(literal 3/2 binary64))) |
(-.f64 (exp.f64 (log1p.f64 (PI.f64))) #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))) |
(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 (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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 4/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 2/3 binary64)) |
(*.f64 (PI.f64) #s(literal 1 binary64)) |
(*.f64 (PI.f64) (log.f64 (exp.f64 #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (PI.f64)) |
(*.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (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 (*.f64 (cbrt.f64 (PI.f64)) (PI.f64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 3/2 binary64))) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 2/3 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3 binary64)) (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 3 binary64)) (pow.f64 (cbrt.f64 (cbrt.f64 (PI.f64))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (pow.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/2 binary64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/3 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) #s(literal 1/3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 1/3 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (*.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1/3 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (log.f64 (PI.f64))) #s(literal 1/3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64)))) #s(literal 3/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(fabs.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64)))) |
(sqrt.f64 (PI.f64)) |
(cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(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 (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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) #s(literal 2 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/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)) #s(literal 2/3 binary64)) |
(pow.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/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 (sqrt.f64 (PI.f64)) #s(literal 1/3 binary64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.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 (pow.f64 (PI.f64) #s(literal 1/6 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64)))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/3 binary64)) (sqrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (sqrt.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (cbrt.f64 (PI.f64))) #s(literal 3/2 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 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64)) (pow.f64 (cbrt.f64 (pow.f64 (PI.f64) #s(literal 3/4 binary64))) #s(literal 1 binary64))) |
(acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (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))) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (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))) (neg.f64 (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)) (neg.f64 (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 1/2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.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))) (neg.f64 (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))) (neg.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(exp.f64 (*.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 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (*.f64 x x) #s(literal 4 binary64))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 (*.f64 x x) #s(literal 4 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 (/.f64 x #s(literal -2 binary64)) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) #s(literal 4 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/2 binary64))) |
(+.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.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))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 (log.f64 (*.f64 #s(literal 2 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) (pow.f64 (*.f64 #s(literal 2 binary64) (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) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) (pow.f64 (*.f64 #s(literal 2 binary64) (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) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(neg.f64 (pow.f64 (*.f64 #s(literal 2 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 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) |
(/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) |
(pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 2 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 #s(literal 2 binary64) (pow.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.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 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 2 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) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64))) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(*.f64 #s(literal 4 binary64) (pow.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 4 binary64) (neg.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(*.f64 #s(literal 4 binary64) (pow.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) #s(literal 4 binary64)) |
(*.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 4 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (pow.f64 (acos.f64 (sqrt.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 -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (acos.f64 (sqrt.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 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.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 -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) #s(literal 4 binary64)) |
(*.f64 (exp.f64 (log.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (exp.f64 (log.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(*.f64 (exp.f64 (log.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (exp.f64 (log.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 -4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64)) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(*.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64)) |
(*.f64 (*.f64 (*.f64 #s(literal 2 binary64) (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 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) |
(*.f64 (pow.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1 binary64)) #s(literal 2 binary64)) #s(literal 4 binary64)) |
(*.f64 (pow.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) #s(literal 1 binary64)) #s(literal 4 binary64)) |
(*.f64 (pow.f64 (pow.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)) #s(literal 1 binary64)) #s(literal 4 binary64)) |
(*.f64 (pow.f64 (exp.f64 (log.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)) (pow.f64 (exp.f64 (log.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 (pow.f64 (exp.f64 (log.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)) (pow.f64 (exp.f64 (log.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 (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1 binary64)) #s(literal -2 binary64)) |
(*.f64 (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal -1 binary64)) #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 (pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64)) #s(literal 2 binary64)) |
(*.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) #s(literal 1 binary64)) (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 1 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)) (neg.f64 (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))) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1/2 binary64) (PI.f64) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 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))) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (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))) (neg.f64 (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)) (neg.f64 (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 1/2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64) (neg.f64 (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 1 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (PI.f64) #s(literal -1/2 binary64))) (neg.f64 (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)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) (neg.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
| 1× | egg-herbie |
| 4174× | *-lowering-*.f32 |
| 4174× | *-lowering-*.f64 |
| 1774× | +-lowering-+.f64 |
| 1774× | +-lowering-+.f32 |
| 1710× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 128 | 2176 |
| 1 | 364 | 1891 |
| 2 | 1062 | 1786 |
| 3 | 3502 | 1742 |
| 0 | 8511 | 1742 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(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)))))))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(* 4 (pow (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)))) |
| Outputs |
|---|
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(/ (- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(/.f64 (+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (pow (- (* 1/2 (PI)) (PI)) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64)) #s(literal -4 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64)))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (*.f64 (PI.f64) #s(literal -1/2 binary64)) (*.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 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (- 1/2 (* 1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.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 (/.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/128 binary64)))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (+.f64 (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 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 #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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 1/2 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (sqrt.f64 #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))))))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)) |
(*.f64 #s(literal 4 binary64) (pow.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (- 1/2 (* 1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
(acos (sqrt (+ 1/2 (* -1/2 x)))) |
(acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) |
Compiled 106445 to 6533 computations (93.9% saved)
Loading profile data...