
Time bar (total: 1.8min)
| 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 (40.4% of total)ival-asin: 1.0ms (40.4% 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.9s | 3340× | 2 | valid |
| 1.2s | 4733× | 1 | valid |
| 15.0ms | 183× | 0 | valid |
| 0.0ms | 3× | 0 | invalid |
ival-asin: 1.1s (40.9% of total)ival-pi: 373.0ms (14.1% of total)ival-div: 311.0ms (11.8% of total)ival-sub: 259.0ms (9.8% of total)ival-sqrt: 215.0ms (8.2% of total)ival-mult: 201.0ms (7.6% of total)backward-pass: 174.0ms (6.6% of total)const: 27.0ms (1% of total)| 2× | egg-herbie |
| 770× | fnmadd-define |
| 612× | fmsub-define |
| 590× | fnmsub-define |
| 466× | fmm-def |
| 362× | fma-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 42 |
| 1 | 47 | 40 |
| 2 | 97 | 37 |
| 3 | 224 | 33 |
| 4 | 461 | 33 |
| 5 | 904 | 33 |
| 6 | 1445 | 33 |
| 7 | 1907 | 33 |
| 8 | 2282 | 33 |
| 9 | 2415 | 33 |
| 10 | 2439 | 33 |
| 0 | 11 | 13 |
| 1 | 26 | 13 |
| 2 | 40 | 12 |
| 3 | 67 | 12 |
| 4 | 105 | 11 |
| 5 | 172 | 11 |
| 6 | 292 | 11 |
| 7 | 441 | 11 |
| 8 | 560 | 11 |
| 9 | 850 | 11 |
| 10 | 1041 | 11 |
| 11 | 1063 | 11 |
| 0 | 1063 | 11 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal 2 binary64))))) #s(literal -2 binary64))) |
| Inputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2))))) |
(neg (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2)))))) |
| Outputs |
|---|
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2))))) |
(fnmsub 2 (asin (sqrt (fnmsub x 1/2 -1/2))) (* (PI) -1/2)) |
(- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2))))) |
(fnmsub 2 (asin (sqrt (fnmsub x -1/2 -1/2))) (* (PI) -1/2)) |
(neg (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 (neg x)) 2)))))) |
(fnmsub (asin (sqrt (fnmsub x -1/2 -1/2))) -2 (* (PI) 1/2)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 255 | 0 | - | 0 | - | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 0 | 0 | - | 0 | - | (PI.f64) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 1 binary64) x) |
| 0 | 0 | - | 0 | - | (/.f64 (PI.f64) #s(literal 2 binary64)) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 154.0ms | 310× | 1 | valid |
| 101.0ms | 194× | 2 | valid |
| 1.0ms | 8× | 0 | valid |
Compiled 118 to 35 computations (70.3% saved)
ival-asin: 117.0ms (58% of total)ival-div: 18.0ms (8.9% of total)ival-mult: 17.0ms (8.4% of total)backward-pass: 16.0ms (7.9% of total)ival-sub: 15.0ms (7.4% of total)ival-sqrt: 11.0ms (5.5% of total)ival-pi: 7.0ms (3.5% of total)const: 2.0ms (1% of total)Compiled 14 to 12 computations (14.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 6.3% | (-.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 | 7.8% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 51.0ms | 97× | 2 | valid |
| 49.0ms | 155× | 1 | valid |
| 0.0ms | 4× | 0 | valid |
Compiled 52 to 12 computations (76.9% saved)
ival-asin: 32.0ms (44.1% of total)ival-div: 9.0ms (12.4% of total)backward-pass: 8.0ms (11% of total)ival-mult: 8.0ms (11% of total)ival-sub: 7.0ms (9.6% of total)ival-sqrt: 5.0ms (6.9% of total)ival-pi: 3.0ms (4.1% of total)const: 1.0ms (1.4% of total)| Inputs |
|---|
#<alt (- (/ (PI) 2) (* 2 (asin (sqrt (/ (- 1 x) 2)))))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (* 2 (asin (sqrt (/ (- 1 x) 2))))> |
#<alt (asin (sqrt (/ (- 1 x) 2)))> |
#<alt (sqrt (/ (- 1 x) 2))> |
| Outputs |
|---|
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (- (* 1/2 (PI)) (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (- 1 x)))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (* 2 (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x))))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (- 1 x))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (asin (* (sqrt 1/2) (sqrt (+ 1 (* -1 x)))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/2 (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* -1/8 (* x (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/2 (sqrt 1/2)) (* x (+ (* -1/8 (sqrt 1/2)) (* -1/16 (* x (sqrt 1/2))))))))> |
#<alt (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))> |
#<alt (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))> |
#<alt (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt 1/2) (pow (sqrt -1) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (sqrt 1/2) (pow (sqrt -1) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt 1/2) (sqrt -1)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2))))> |
#<alt (* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))> |
#<alt (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))))> |
#<alt (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (* (sqrt -1) (sqrt 1/2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) (* (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))))> |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 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))))) |
| 1.0ms | x | @ | 0 | (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 | 650 | 38 |
| 0 | 8118 | 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 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 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 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 (*.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) (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)))))) (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 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 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 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 (*.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))) (*.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 (*.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 8 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 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 (*.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 (*.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))))))) |
(-.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 (/.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (*.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 (*.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 (*.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (*.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 (*.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 #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 (*.f64 (PI.f64) (PI.f64)) #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))) #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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (*.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 (*.f64 (PI.f64) (PI.f64)) #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))) #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 (*.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 (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 (*.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 (*.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 (*.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 (*.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 (*.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))) (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 (*.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) (*.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) (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 (*.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 (*.f64 (PI.f64) (PI.f64)) #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))) #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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (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 (*.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 (*.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) (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 (*.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 (*.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 (*.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) (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 (*.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) (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 (+.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 (/.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 (*.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 (*.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 (*.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 (*.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 (*.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))) (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 (*.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (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 (*.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 (*.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 (*.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 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 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 (*.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) (*.f64 (PI.f64) (PI.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 (*.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 8 binary64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 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 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 (*.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 (*.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 (*.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))) (*.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 (*.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 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 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 (*.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 (*.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)))))) #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 (*.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 (/.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 (*.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 (*.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)))))))))) |
(/.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 binary64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 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 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 (*.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 (*.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 (*.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))) (*.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 (*.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 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 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 (*.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)) #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 (/.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 (/.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 (*.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)))))))) |
(/.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 (*.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 (*.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 (*.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 (*.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 (*.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 (*.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 (*.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))) (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 (*.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)))) |
(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 (*.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 (*.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 (*.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 (*.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) (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 (*.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 (*.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 (*.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) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (*.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 (*.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 (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 (*.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 (*.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (*.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 (*.f64 (PI.f64) (PI.f64)) #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))) #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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (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 (*.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 (*.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) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (*.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 (cbrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (cbrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (PI.f64))) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64)) |
(*.f64 #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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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))))) |
(/.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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))) #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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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) (PI.f64)) #s(literal 4 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 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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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 (/.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 (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) (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))))) |
(/.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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 (*.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)))) (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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 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 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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.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) (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 #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 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(/.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 2 binary64))) |
(/.f64 #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 2 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) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal -2 binary64) (-.f64 #s(literal 1 binary64) x)))) |
(/.f64 (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) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal 2 binary64))))) |
(/.f64 (*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) #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 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (pow.f64 #s(literal 2 binary64) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (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) (pow.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) (/.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)) (pow.f64 (-.f64 #s(literal 1 binary64) x) #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 (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 | 973 | 619 |
| 3 | 3434 | 611 |
| 0 | 8111 | 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/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 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/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 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/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 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 (*.f64 (-.f64 #s(literal 0 binary64) x) (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))))))) |
(* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (* (sqrt -1) (sqrt 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 10139 to 1194 computations (88.2% 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.3% | (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.2% | (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.3% | (/.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 (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.3% | (/.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 (*.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 (*.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.3% | (/.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 (*.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))) (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))))) | |
| 6.4% | (/.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 (*.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))))) | |
| 6.4% | (/.f64 (-.f64 (*.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 (/.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 (/.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 (*.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)))))))) | |
| 6.3% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 binary64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 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 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 (*.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 (*.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 (*.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))) (*.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 (*.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 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 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 (*.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.3% | (/.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 (*.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 (*.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.3% | (/.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 (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) (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 (*.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 (*.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 (*.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) (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 (*.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.3% | (/.f64 (-.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 (+.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.3% | (/.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 (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 (*.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.3% | (/.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 (*.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 (*.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.3% | (/.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.2% | (-.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.3% | (-.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))))))) | |
| ▶ | 7.6% | (-.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.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) | |
| 6.2% | (-.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.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ▶ | 4.2% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 6.3% | (*.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))))))) |
Compiled 2652 to 901 computations (66% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 192 | (-.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))) |
| ✓ | cost-diff | 256 | (+.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))) |
| ✓ | cost-diff | 384 | (*.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 (*.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)))) |
| ✓ | cost-diff | 576 | (/.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 (*.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 (*.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))))) |
| ✓ | cost-diff | 64 | (+.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 | 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 (*.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 (*.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 | 192 | (/.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 (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 (*.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 | 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)))) |
| 5344× | *-lowering-*.f32 |
| 5344× | *-lowering-*.f64 |
| 3354× | +-lowering-+.f64 |
| 3354× | +-lowering-+.f32 |
| 1810× | times-frac |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 56 | 760 |
| 1 | 143 | 713 |
| 2 | 422 | 699 |
| 3 | 1959 | 699 |
| 0 | 8496 | 699 |
| 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 |
-2 |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(/ (PI) 2) |
(PI) |
2 |
(* 2 (asin (sqrt 1/2))) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
1/2 |
(+ (* (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 |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (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)) |
(/ (* (PI) (* (PI) (PI))) 8) |
(* (PI) (* (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) |
(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 |
3 |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(/ (* (PI) (PI)) 4) |
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)) 4) (PI)) |
(* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) |
(/ (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))) |
(- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) |
(* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(/ (* (PI) (* (PI) (PI))) 8) |
(* (PI) (* (PI) (PI))) |
(PI) |
(* (PI) (PI)) |
8 |
(/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64) |
(* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) |
(* (PI) (* (PI) (* (PI) (PI)))) |
64 |
(pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9) |
(* 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 |
9 |
(* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64))) |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(/ (* (PI) (PI)) 4) |
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)) 4) (PI)) |
(* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) |
(+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) |
(pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) |
6 |
(pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3) |
(* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) |
3 |
| 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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(* (- 0 (acos (pow (+ 1/2 (/ x -2)) 1/2))) 2) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(- 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 |
-2 |
#s(literal -2 binary64) |
(- (/ (PI) 2) (* 2 (asin (sqrt 1/2)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(* 2 (asin (sqrt 1/2))) |
(*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(asin (sqrt 1/2)) |
(asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ (* (sqrt (PI)) (/ (sqrt (PI)) 2)) (* (asin (pow (+ 1/2 (/ x -2)) 1/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 (+ 1/2 (/ x -2)) 1/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 (+ 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) |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (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 (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)))))) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) |
(+.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 (+.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)) |
(* (PI) (* (PI) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(PI) |
(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 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) |
(* (asin (pow (+ 1/2 (/ x -2)) 1/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 (+ 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) |
3 |
#s(literal 3 binary64) |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(+.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)) |
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)) 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) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 512 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 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 (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (+.f64 (pow.f64 (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 64 binary64)))))))) |
(- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) |
(-.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 512 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 9 binary64))) |
(* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 512 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) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
8 |
#s(literal 8 binary64) |
(/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64) |
(*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)))) |
(* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) |
(* (PI) (* (PI) (* (PI) (PI)))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
64 |
#s(literal 64 binary64) |
(pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9) |
(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 9 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)))))) |
2 |
#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) |
9 |
#s(literal 9 binary64) |
(* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64))) |
(*.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 (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (+.f64 (pow.f64 (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 64 binary64))))))) |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(+.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)) |
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)) 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)) |
(+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(+.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (+.f64 (pow.f64 (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 64 binary64)))))) |
(+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) |
(+.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)) (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))) |
(pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/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)) |
6 |
#s(literal 6 binary64) |
(pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3) |
(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)) |
(* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) |
(*.f64 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
3 |
#s(literal 3 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (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)) |
| ✓ | accuracy | 99.9% | (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)) |
| ✓ | accuracy | 99.7% | (-.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))) |
| ✓ | accuracy | 5.0% | (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.6% | (+.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.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (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.5% | (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.0% | (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.0% | (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% | (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | accuracy | 99.6% | (-.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.0% | (PI.f64) |
| 2.5s | 251× | 5 | exit |
| 11.0ms | 5× | 2 | valid |
Compiled 883 to 56 computations (93.7% saved)
ival-pow: 762.0ms (36% of total)ival-asin: 545.0ms (25.7% of total)backward-pass: 217.0ms (10.2% of total)ival-mult: 178.0ms (8.4% of total)ival-acos: 152.0ms (7.2% of total)ival-div: 91.0ms (4.3% of total)ival-add: 72.0ms (3.4% of total)ival-sub: 32.0ms (1.5% of total)compiled-spec: 30.0ms (1.4% of total)ival-sqrt: 26.0ms (1.2% of total)ival-pi: 10.0ms (0.5% 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 (/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))))> |
#<alt (+ (/ (* (PI) (PI)) 4) (* (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) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3))> |
#<alt (/ (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64))))> |
#<alt (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))> |
#<alt (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64))> |
#<alt (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9))> |
#<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)))> |
#<alt (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)> |
#<alt (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)> |
#<alt (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)> |
| 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/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 (+ (* -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 (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<alt (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)))> |
#<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))> |
#<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 (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<alt (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))> |
#<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))> |
60 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 14.0ms | x | @ | 0 | (/ (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))) |
| 4.0ms | x | @ | -inf | (/ (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))) |
| 4.0ms | x | @ | inf | (/ (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))) |
| 3.0ms | x | @ | 0 | (/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
| 2.0ms | x | @ | -inf | (/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
| 1× | batch-egg-rewrite |
| 4418× | *-lowering-*.f32 |
| 4418× | *-lowering-*.f64 |
| 2172× | pow-lowering-pow.f64 |
| 2172× | pow-lowering-pow.f32 |
| 1686× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 56 | 447 |
| 1 | 407 | 377 |
| 2 | 4368 | 369 |
| 0 | 8707 | 369 |
| 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) |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
(+ (/ (* (PI) (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)) (+ (* (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)) |
(/ (- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)))) |
(* (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) (+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64))) |
(+ (+ (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) (pow (* (PI) (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(- (* (/ (* (PI) (* (PI) (PI))) 8) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9)) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(asin (sqrt 1/2)) |
(sqrt 1/2) |
(sqrt (PI)) |
(* (PI) (* (PI) (PI))) |
(pow (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2) 3) |
(pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 9) |
(pow (* 2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) |
| Outputs |
|---|
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (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 (-.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 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.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 (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 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) (/.f64 (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (PI.f64)) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 (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) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal -2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(/.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 (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) (PI.f64)) #s(literal 4 binary64)) (-.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) #s(literal 2 binary64)) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.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 (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) #s(literal 2 binary64)) (PI.f64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64))) (+.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) #s(literal 2 binary64))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.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 (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 (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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 (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)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 (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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (pow.f64 (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))))) |
(+.f64 (PI.f64) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)) |
(-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
(-.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (/.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 2 binary64) (PI.f64)) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 (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)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 (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) (PI.f64)) (*.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (-.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) (PI.f64)))))) |
(*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(+.f64 #s(literal 0 binary64) (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(neg.f64 (*.f64 (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 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 #s(literal 0 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)))) (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 #s(literal 2 binary64) (-.f64 #s(literal 0 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)))) (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 0 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)) (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 #s(literal 0 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))) #s(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) (-.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)))) #s(literal 2 binary64)) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (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 (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 (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 #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 (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)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(neg.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 1 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 #s(literal 0 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 (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) (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 #s(literal 0 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))) (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 #s(literal 0 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))) (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) (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 0 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 (neg.f64 (-.f64 #s(literal 0 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 #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) (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 #s(literal 0 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)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (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))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(pow.f64 (/.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 0 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 -1 binary64)) |
(pow.f64 (/.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 0 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)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 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))) (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 #s(literal 0 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 #s(literal 1 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) (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 -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (+.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) |
(-.f64 (/.f64 (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 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(/.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 #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 (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 (-.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)))))) |
(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 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(/.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)) |
(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 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (asin.f64 (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 (+.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 #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 #s(literal 0 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)))) (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 (-.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 (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) (*.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))))))) |
(*.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))))))) |
(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 #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 (*.f64 (log.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 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 binary64)) (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))) #s(literal 1/4 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)))) (pow.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (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 #s(literal 1/2 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))) |
(exp.f64 (*.f64 (log.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) (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))) |
(neg.f64 (/.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 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 (-.f64 #s(literal 0 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 (/.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 #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) (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 (/.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)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 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))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (PI.f64) (*.f64 (PI.f64) (/.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 #s(literal -1 binary64) (neg.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) (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 #s(literal 0 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))))) (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 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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)) (+.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) (/.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 (*.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)))) |
(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) (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 (/.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)))) #s(literal 1 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 #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) (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 0 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 #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 (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 (/.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.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 (*.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) (*.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 (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) (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 (+.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 (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 (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 (+.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 #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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (PI.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))) (+.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 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 (neg.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))) (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 (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))) #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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 #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))))))) |
(+.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)))) (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 2 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))))) |
(fma.f64 (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 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))))) |
(fma.f64 (*.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 (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 (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 (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 (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 (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) (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 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 (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) (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))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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)))) (+.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 2 binary64)) (*.f64 (PI.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)))))) |
(/.f64 (*.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 (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 (PI.f64) (PI.f64)))) (-.f64 (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 4 binary64)) (PI.f64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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))) (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 (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 (PI.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)))))) |
(/.f64 (*.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))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.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 (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 (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 (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 (*.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 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 (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 (PI.f64) (PI.f64))) #s(literal -8 binary64))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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))))) |
(fma.f64 (PI.f64) (/.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))) |
(fma.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 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 #s(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))) |
(fma.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.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 -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 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.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 3/2 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #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 (PI.f64) (*.f64 (PI.f64) (/.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 (neg.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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))) (neg.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (neg.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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)))) (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))))) |
(/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)))) #s(literal -1 binary64)) |
(pow.f64 (/.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 (PI.f64) (*.f64 (PI.f64) (/.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) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) (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 9 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))))) |
(exp.f64 (*.f64 (log.f64 (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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))))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #s(literal 0 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))))) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 #s(literal 1 binary64) (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #s(literal 1 binary64) (/.f64 (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (neg.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #s(literal 0 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64))) (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 #s(literal -1 binary64) (neg.f64 (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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))))) (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)))) (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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))))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (neg.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)))) (neg.f64 (-.f64 #s(literal 0 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) #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 9 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) #s(literal 2 binary64)) (+.f64 (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 9 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) #s(literal 2 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 9 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) #s(literal 2 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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))) #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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)) #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 (/.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (neg.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 #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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)))) (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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) (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 (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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)))))))) |
(+.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 (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 (*.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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) |
(+.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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (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 (/.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 -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 (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 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (PI.f64) (PI.f64)) #s(literal 4 binary64))) (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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) (/.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 (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 (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) (/.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 (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 (PI.f64) (PI.f64)) #s(literal 4 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 (*.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) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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)) #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) (PI.f64)) #s(literal 4 binary64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (PI.f64) (*.f64 (PI.f64) (/.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 (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)) #s(literal 4 binary64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)))))) |
(fma.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)) (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 (*.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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) |
(fma.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)) #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) (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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 #s(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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))))))) |
(/.f64 (*.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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.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 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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) (*.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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)) #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 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 (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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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)) (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)))) #s(literal 3 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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 3 binary64))) (+.f64 (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 (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)))) #s(literal 2 binary64)) (-.f64 (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 2 binary64)) (*.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 (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 (*.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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))))))) |
(/.f64 (-.f64 (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 (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)))) #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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 2 binary64))) (-.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 (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 (*.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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))))) |
(/.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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)))) (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (/.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 (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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (*.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) (/.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 (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) (*.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) (/.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 (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 (PI.f64) (*.f64 (PI.f64) (/.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 (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) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)) #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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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)) #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 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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 (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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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)) (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)))))) |
(+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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))) (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 (PI.f64) (*.f64 (PI.f64) (/.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))) (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 (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 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))) #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 6 binary64)) (-.f64 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))))))) |
(fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (/.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 (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)))) |
(fma.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/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 (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)))) |
(fma.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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)))) |
(fma.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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 #s(literal 1 binary64) (/.f64 (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))))) (-.f64 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64))))) |
(/.f64 (+.f64 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64))) (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)) (-.f64 (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 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))) #s(literal 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 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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))))) |
(/.f64 (-.f64 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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))))) (+.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 (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 6 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 (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 #s(literal 64 binary64) (+.f64 (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 9 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 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 (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 6 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 (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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 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 #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)) (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 6 binary64))))) (*.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 (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 #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 12 binary64)) (-.f64 (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 6 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 (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (+.f64 (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 9 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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 12 binary64)) (-.f64 (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 6 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 (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 #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)) (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 12 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 6 binary64))))) (*.f64 (/.f64 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 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 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 12 binary64)) (-.f64 (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 6 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 (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 #s(literal -64 binary64) (+.f64 (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 9 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 -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 (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 6 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 (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 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 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 #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)) (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 6 binary64))))) (*.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 (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 (+.f64 (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 9 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 64 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 12 binary64)) (-.f64 (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 6 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 (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 12 binary64)) (-.f64 (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 6 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 (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)))) #s(literal 64 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (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 9 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 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 12 binary64)) (-.f64 (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 6 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 (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)))) #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 12 binary64)) (-.f64 (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 6 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 (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (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 9 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 -64 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 12 binary64)) (-.f64 (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 6 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 (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 #s(literal 0 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 12 binary64)) (-.f64 (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 6 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 (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)))) #s(literal -64 binary64))) |
(/.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 12 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 6 binary64))) #s(literal 64 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)) (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 64 binary64))) |
(/.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 12 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 6 binary64))) (/.f64 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #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)) (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) |
(/.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 12 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 6 binary64))) #s(literal -64 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)) (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 #s(literal 0 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal -64 binary64))) |
(/.f64 (neg.f64 (+.f64 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)))) (neg.f64 (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (neg.f64 (-.f64 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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 18 binary64)) (pow.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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))) #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 12 binary64)) (-.f64 (pow.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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))) #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 6 binary64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 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))) #s(literal 2 binary64))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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)) (pow.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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))) #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 6 binary64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 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))))) |
(pow.f64 (/.f64 (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))))) (-.f64 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (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 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))) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (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 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))) #s(literal 2 binary64)) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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 (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 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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 4096 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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64))) |
(+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (neg.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 9 binary64))) #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 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 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 27 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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))))) |
(fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))))) (/.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 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64)))) (neg.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (neg.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 262144 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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (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) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))) #s(literal 134217728 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 27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 512 binary64)) #s(literal 512 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 9 binary64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (PI.f64) (PI.f64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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))))) |
(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 #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 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 (-.f64 (/.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)))) |
(-.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 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) |
(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 #s(literal 0 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 #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) (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 0 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 0 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))))) |
(+.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)) |
(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 #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))) |
(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 (*.f64 (PI.f64) (PI.f64)) (*.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 (*.f64 (PI.f64) (PI.f64)) (PI.f64)) |
(*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(*.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))) |
(exp.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))))))) |
(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/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 3/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.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))))) #s(literal 3/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.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))))) #s(literal 3/2 binary64)) (*.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))))) #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 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 2 binary64)) #s(literal 3/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 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.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)))))) |
(*.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))) (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 (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) (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 2 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 -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 (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 -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 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 3/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)) #s(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)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64)) |
(exp.f64 (*.f64 #s(literal 9 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 3 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 3 binary64))) #s(literal 3 binary64))) |
(exp.f64 (*.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)))))) #s(literal 3/2 binary64))) |
(exp.f64 (*.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))))) #s(literal 9 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 9/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 9/2 binary64))) |
(exp.f64 (*.f64 (*.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))))) #s(literal 3 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.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))))) #s(literal 9/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.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)))))) (*.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))))) #s(literal 3 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)))))) (*.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 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 #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)))))))) |
(exp.f64 (+.f64 (*.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))))) #s(literal 3 binary64)) (*.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 (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 9/2 binary64)) (*.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))))) #s(literal 9/2 binary64)))) |
(-.f64 #s(literal 0 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))) |
(neg.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 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)) |
(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 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 9 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 6 binary64)) #s(literal 3/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 9/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 3/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 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 9/2 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 9/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 9/2 binary64)) #s(literal 2 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 #s(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 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 3 binary64))) #s(literal 2 binary64)) |
(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)))) (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 (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 -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 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/2 binary64))) #s(literal 2 binary64)) |
(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)))) (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 (exp.f64 #s(literal 9 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 (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 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 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 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 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 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) (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))) |
(*.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))) (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))) |
(*.f64 #s(literal 512 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 9 binary64))) |
(*.f64 #s(literal 512 binary64) (neg.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 9 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 9 binary64)) #s(literal 512 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 9 binary64)) #s(literal -512 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 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 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 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 9/2 binary64)) (neg.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)))) |
(*.f64 (neg.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 9/2 binary64))) |
(*.f64 #s(literal -1 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 -512 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 9 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 9/2 binary64))) |
(*.f64 (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 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 3 binary64))) |
(*.f64 (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)) #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))) |
(*.f64 (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)) (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)) |
(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 (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 6 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))) |
(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 3 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))) |
(exp.f64 (*.f64 (*.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))))) #s(literal 3 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.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))))) #s(literal 3 binary64)) (*.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))))) #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 (*.f64 #s(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 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 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 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 #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 (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 (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 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 (*.f64 #s(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 (*.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 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 (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))) |
| 1× | egg-herbie |
| 4476× | *-lowering-*.f32 |
| 4476× | *-lowering-*.f64 |
| 2296× | +-lowering-+.f64 |
| 2296× | +-lowering-+.f32 |
| 1608× | sum3-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 172 | 4840 |
| 1 | 503 | 4375 |
| 2 | 1378 | 4366 |
| 3 | 4793 | 4363 |
| 0 | 8550 | 4363 |
| 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/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))))))) |
(+ (* -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))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) (+ (* 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)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(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)) |
(* -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)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(* 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 |
|---|
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (- 1/2 (* 1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(- (* 1/2 (PI)) (+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))))) |
(+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 2 binary64))) |
(+ (PI) (* -2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* -1 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #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 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/16 binary64)) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (sqrt 1/2) (* x (- (* x (- (* -1/128 (/ x (pow (sqrt 1/2) 5))) (* 1/32 (/ 1 (pow (sqrt 1/2) 3))))) (* 1/4 (/ 1 (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal -1/128 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(* (sqrt x) (sqrt -1/2)) |
(*.f64 (sqrt.f64 x) (sqrt.f64 #s(literal -1/2 binary64))) |
(* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) 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 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64))))))) |
(* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow (sqrt -1/2) 3)))) (+ (* 1/128 (* (sqrt (/ 1 (pow x 7))) (/ 1 (pow (sqrt -1/2) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ 1 (sqrt -1/2)))) (* (sqrt (/ 1 x)) (sqrt -1/2)))))) |
(*.f64 x (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1/4 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(*.f64 x (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ 1 (pow x 5))) (/ (sqrt -1) (pow (sqrt 1/2) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2))))))) |
(*.f64 x (-.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (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))))) |
(* -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 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (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)))) (*.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))))))) |
(/ (+ (* -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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(/ (- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) (* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(* (+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64))))) (+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(+ (* 1/64 (pow (PI) 6)) (+ (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* (pow (PI) 3) (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+.f64 (*.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))) (+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 binary64))) |
(- (* 1/512 (pow (PI) 9)) (* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9))) |
(+.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 (PI.f64) #s(literal 9 binary64))) (*.f64 (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64)) #s(literal -512 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)))) |
(* -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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 binary64))) |
(* 512 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 9)) |
(*.f64 #s(literal 512 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 9 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 195342 to 7600 computations (96.1% saved)
42 alts after pruning (40 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2434 | 33 | 2467 |
| Fresh | 9 | 7 | 16 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 1 | 1 |
| Total | 2447 | 42 | 2489 |
| Status | Accuracy | Program |
|---|---|---|
| 6.3% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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.3% | (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.4% | (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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
| 6.3% | (fma.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))))) (/.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% | (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.2% | (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) | |
| 6.3% | (/.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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.3% | (/.f64 (fma.f64 (PI.f64) (/.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 (*.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.3% | (/.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 3 binary64)) (/.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 (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.3% | (/.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 (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.4% | (/.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 (*.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))))) | |
| 4.2% | (/.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)))))) | |
| 6.3% | (/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 9 binary64)) #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 (*.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 (*.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.4% | (/.f64 (-.f64 (*.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 (/.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 (/.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 (*.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)))))))) | |
| 6.3% | (/.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 (*.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))))) #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 (*.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 (*.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.4% | (/.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 (*.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 (*.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 (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)) (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 6 binary64))) (/.f64 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #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)) (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))))) | |
| 6.4% | (/.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 (*.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 (*.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 (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)) (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 6 binary64))) #s(literal 64 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)) (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 64 binary64))))) | |
| 5.7% | (/.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 (*.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 (*.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 (sqrt.f64 #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.4% | (/.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) (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 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 9 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 (*.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))))) | |
| 7.6% | (/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| ▶ | 7.6% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
| 6.3% | (/.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))) (+.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 (*.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.3% | (/.f64 (+.f64 (/.f64 (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.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) (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 (*.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.3% | (/.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))) (+.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 (*.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 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #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 (*.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.3% | (/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (/.f64 (*.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))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.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 (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 (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) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #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))))) | |
| 5.7% | (/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #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.3% | (/.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))) (+.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 (*.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.3% | (/.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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64)))))) | |
| ▶ | 6.3% | (/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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.3% | (/.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))))) | |
| 4.2% | (-.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))))))) | |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) | |
| 7.6% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) | |
| 6.0% | (-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) | |
| ▶ | 5.4% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
| 6.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) | |
| 6.2% | (-.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.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ✓ | 4.2% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 1.8% | (exp.f64 (*.f64 (log.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) (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))) |
Compiled 4482 to 2002 computations (55.3% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 (*.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 (*.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 | 256 | (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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))))) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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 | 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 | 6528 | (pow.f64 (*.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)) #s(literal 3 binary64)) |
| ✓ | cost-diff | 6528 | (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) |
| ✓ | cost-diff | 6656 | (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #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 (*.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 | 64 | (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 64 | (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 192 | (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 19520 | (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 (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 (PI.f64) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)) |
| ✓ | cost-diff | 128 | (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64))) |
| ✓ | cost-diff | 256 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 192 | (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 6912 | (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
| ✓ | cost-diff | 34240 | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
| 3866× | *-lowering-*.f32 |
| 3866× | *-lowering-*.f64 |
| 2376× | /-lowering-/.f32 |
| 2376× | /-lowering-/.f64 |
| 1410× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 928 |
| 1 | 197 | 878 |
| 2 | 625 | 798 |
| 3 | 2426 | 774 |
| 0 | 8734 | 774 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) |
(* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
1 |
(+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(PI) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(pow (+ 1/2 (/ x -2)) 1/2) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
2 |
(* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))) |
(/ 2 (PI)) |
(- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)) |
(* (PI) (PI)) |
(pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2) |
(neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/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))) (- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
(PI) |
2 |
(- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
0 |
(- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(pow (+ 1/2 (/ x -2)) 1/2) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (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 (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) |
(/ (* (PI) (* (PI) (PI))) 8) |
(* (PI) (* (PI) (PI))) |
(PI) |
(* (PI) (PI)) |
8 |
(pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3) |
(* (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 |
2 |
3 |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(/ (* (PI) (PI)) 4) |
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) |
(+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)) |
(* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) |
(/ (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
(* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) |
(- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) |
(* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) |
(PI) |
(* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64))) |
(* (PI) (/ (* (PI) (* (PI) (PI))) 64)) |
(/ (* (PI) (* (PI) (PI))) 64) |
(* (PI) (* (PI) (PI))) |
(* (PI) (PI)) |
64 |
(pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) |
(* -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 |
6 |
(/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3))) |
1 |
(- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)) |
(/ (* (PI) (* (PI) (PI))) 8) |
8 |
(pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3) |
3 |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(/ (* (PI) (PI)) 4) |
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)) 4) (PI)) |
(* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) |
| Outputs |
|---|
(/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(+.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))) |
(- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) |
(*.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 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 4 binary64) (PI.f64)))))) |
(* 1 (+ (PI) (* (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))) |
1 |
#s(literal 1 binary64) |
(+ (PI) (* (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))) |
(PI) |
(PI.f64) |
(* (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)) |
(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) |
2 |
#s(literal 2 binary64) |
(* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))) |
(*.f64 #s(literal 2 binary64) (-.f64 (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)) (PI.f64)))) |
(/ 2 (PI)) |
(/.f64 #s(literal 2 binary64) (PI.f64)) |
(- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)) |
(-.f64 (*.f64 (PI.f64) (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) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
(pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/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 (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
(+.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 4 binary64) (PI.f64)))) |
(- (/ (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) #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))) (- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(+.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))) |
(/ (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) |
(- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
(-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)) |
0 |
#s(literal 0 binary64) |
(- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(* (acos (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)) |
(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) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (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 (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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) |
(+.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 (+.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)) |
(* (PI) (* (PI) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(PI) |
(PI.f64) |
(* (PI) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
8 |
#s(literal 8 binary64) |
(pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 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)) |
(* (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) |
2 |
#s(literal 2 binary64) |
3 |
#s(literal 3 binary64) |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/ (* (PI) (PI)) 4) |
(/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) |
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 #s(literal 4 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)))) |
(+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)) |
(+.f64 (PI.f64) (*.f64 #s(literal 4 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)) 4) |
(*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(/ (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
(/.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 (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 #s(literal 4 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)) (*.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) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) |
(/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 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))))) |
(- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) |
(-.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64))) |
(* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) |
(/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) |
(PI) |
(PI.f64) |
(* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64))) |
(/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) |
(* (PI) (/ (* (PI) (* (PI) (PI))) 64)) |
(/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 64 binary64)) |
(/ (* (PI) (* (PI) (PI))) 64) |
(/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64)) |
(* (PI) (* (PI) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(* (PI) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
64 |
#s(literal 64 binary64) |
(pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/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)) |
(* -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)))))) |
-2 |
#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 |
6 |
#s(literal 6 binary64) |
(/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3))) |
(/.f64 #s(literal 1 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 |
#s(literal 1 binary64) |
(- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/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 (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/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) |
(+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))) |
(+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/ (* (PI) (PI)) 4) |
(/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) |
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 #s(literal 4 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)) 4) (PI)) |
(+.f64 (PI.f64) (*.f64 #s(literal 4 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)) 4) |
(*.f64 #s(literal 4 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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
| ✓ | accuracy | 100.0% | (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)) |
| ✓ | accuracy | 99.6% | (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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))) |
| ✓ | accuracy | 5.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (pow.f64 (*.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)) #s(literal 3 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
| ✓ | accuracy | 99.6% | (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) |
| ✓ | accuracy | 5.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (PI.f64)) |
| ✓ | accuracy | 99.5% | (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 (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.0% | (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.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #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 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
| ✓ | accuracy | 5.0% | (PI.f64) |
| 3.8s | 251× | 5 | exit |
| 26.0ms | 4× | 2 | valid |
| 5.0ms | 1× | 3 | valid |
Compiled 1015 to 69 computations (93.2% saved)
ival-pow: 1.4s (44.7% of total)ival-acos: 724.0ms (22.4% of total)backward-pass: 249.0ms (7.7% of total)ival-mult: 248.0ms (7.7% of total)ival-asin: 188.0ms (5.8% of total)ival-div: 144.0ms (4.5% of total)ival-sub: 94.0ms (2.9% of total)ival-add: 51.0ms (1.6% of total)compiled-spec: 32.0ms (1% of total)ival-sqrt: 27.0ms (0.8% of total)ival-pi: 15.0ms (0.5% of total)const: 8.0ms (0.2% of total)ival-neg: 8.0ms (0.2% of total)| Inputs |
|---|
#<alt (/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))))> |
#<alt (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))))> |
#<alt (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))> |
#<alt (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/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))) (- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))))> |
#<alt (- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))> |
#<alt (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))> |
#<alt (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)> |
#<alt (/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))))> |
#<alt (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3))> |
#<alt (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)> |
#<alt (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2)> |
#<alt (/ (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI)))))> |
#<alt (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3))))> |
#<alt (+ (/ (* (PI) (PI)) 4) (* (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)> |
#<alt (acos (pow (+ 1/2 (/ x -2)) 1/2))> |
#<alt (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))> |
#<alt (acos (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (sqrt (PI))> |
#<alt (* (PI) (* (PI) (PI)))> |
#<alt (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6))> |
#<alt (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)> |
| Outputs |
|---|
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI))> |
#<alt (- (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 (/ (+ (* -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 (+ (* -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))> |
#<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 (/ (- (* 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/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/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/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/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/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/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/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/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/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/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/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/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))))> |
#<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 (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 (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2)))> |
#<alt (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 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))> |
60 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 9.0ms | x | @ | inf | (/ (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
| 3.0ms | x | @ | inf | (/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
| 3.0ms | x | @ | inf | (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) |
| 3.0ms | x | @ | -inf | (/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
| 3.0ms | x | @ | 0 | (/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
| 1× | batch-egg-rewrite |
| 3416× | *-lowering-*.f32 |
| 3416× | *-lowering-*.f64 |
| 1996× | /-lowering-/.f32 |
| 1996× | /-lowering-/.f64 |
| 1480× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 69 | 427 |
| 1 | 521 | 377 |
| 2 | 5107 | 370 |
| 0 | 8046 | 370 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(- (* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) |
(* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))) |
(* 1 (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/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))) (- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(- 0 (- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
(- (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2) |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (+ (/ (* (PI) (PI)) 4) (* (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 (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) |
(pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3) |
(* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) |
(/ (* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) (+ (/ (* (PI) (PI)) 4) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))))) |
(* (- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) (/ 1 (- (/ (* (PI) (* (PI) (PI))) 8) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 3)))) |
(+ (/ (* (PI) (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)) (+ (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) 4) (PI))) |
(PI) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
(sqrt (PI)) |
(* (PI) (* (PI) (PI))) |
(- (* (PI) (* (PI) (* (PI) (/ (* (PI) (* (PI) (PI))) 64)))) (pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6)) |
(pow (* -2 (asin (pow (+ 1/2 (/ x -2)) 1/2))) 6) |
| Outputs |
|---|
(+.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) (*.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)))) (neg.f64 (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))))) #s(literal -1 binary64))) |
(-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(neg.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 #s(literal -2 binary64) (PI.f64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) #s(literal 1 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 (+.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)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))))) |
(/.f64 (-.f64 #s(literal 0 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 #s(literal -2 binary64) (PI.f64)))) |
(/.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.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 (PI.f64) #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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))))) |
(/.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 binary64))) (*.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 (PI.f64) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (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) (*.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) (*.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) (PI.f64)) (pow.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) #s(literal 2 binary64))))) (*.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 (PI.f64) #s(literal 2 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 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))))) (neg.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 #s(literal -2 binary64) (PI.f64))))) |
(/.f64 (neg.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.f64)))) (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 (/.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) (*.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)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))) #s(literal 3 binary64))) (+.f64 (*.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) (*.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 (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) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (*.f64 (*.f64 (+.f64 (PI.f64) (*.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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))) (*.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))))) |
(/.f64 (-.f64 (*.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) (*.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 (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) (*.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) (*.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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) (+.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(/.f64 (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #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 (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)) (pow.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) #s(literal 2 binary64))))) |
(/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (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) (PI.f64))) |
(/.f64 (/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.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)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) #s(literal 1 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 (+.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)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.f64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.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) (*.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 (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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 #s(literal 0 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))) (/.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 #s(literal -2 binary64) (PI.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 (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)) (pow.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) (PI.f64))))) |
(*.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.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 (+.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 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (*.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))))) (PI.f64)) |
(*.f64 (/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.f64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (/.f64 #s(literal 2 binary64) (PI.f64))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (PI.f64) (+.f64 (*.f64 (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)) (pow.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) (PI.f64))))) |
(+.f64 (PI.f64) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (PI.f64) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(+.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) |
(+.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (+.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(+.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))) |
(+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (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 (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)) (pow.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) #s(literal 2 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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(-.f64 (/.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 (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) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))))) |
(-.f64 (/.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) (*.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)) (pow.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) #s(literal 2 binary64))))) (/.f64 (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(fma.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) |
(fma.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 1 binary64) (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))))) |
(/.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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))) (PI.f64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.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) (PI.f64)) (pow.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) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)))) (PI.f64))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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))) (PI.f64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) |
(/.f64 (neg.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(/.f64 (+.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)) (pow.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) #s(literal 3 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 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))))) |
(/.f64 (+.f64 (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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))) (-.f64 (*.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))))) |
(/.f64 (-.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))) |
(/.f64 (-.f64 (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))))) (*.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) (-.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 (+.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))))) |
(*.f64 (-.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)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) #s(literal 2 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 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.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) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)) (pow.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) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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)))) (PI.f64)) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (PI.f64) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) #s(literal 2 binary64)) (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) (PI.f64)) (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) #s(literal 6 binary64)))) (*.f64 (PI.f64) (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 (PI.f64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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 -2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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 2 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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))) (PI.f64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) #s(literal -2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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))) (PI.f64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 0 binary64) (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)) (pow.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 -2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 0 binary64) (PI.f64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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 2 binary64) (PI.f64))) (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 #s(literal 2 binary64) (PI.f64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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)) (PI.f64)) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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)))) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(pow.f64 (/.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #s(literal 2 binary64) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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))) (PI.f64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)) (pow.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) (PI.f64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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))) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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))) (cbrt.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 (*.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)) (+.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 (pow.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 #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) (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 (PI.f64) #s(literal 1 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #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) (PI.f64)) |
(fma.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (PI.f64)) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.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 (*.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)) (pow.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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)) (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))) (pow.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)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.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 (PI.f64) (PI.f64)) (pow.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)))))) |
(/.f64 (-.f64 (pow.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 (*.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #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 (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 1 binary64)) |
(*.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #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) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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)) (pow.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 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (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 (/.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 (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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 #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 (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 (-.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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (*.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 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 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/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 #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)) (*.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 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 #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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 1 binary64) (PI.f64) (neg.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 (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)) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal -1 binary64))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) #s(literal 0 binary64)) |
(neg.f64 (/.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 (PI.f64) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.f64 (-.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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #s(literal 0 binary64)) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) #s(literal 0 binary64)) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 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 (PI.f64) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 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 (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 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(+.f64 #s(literal 0 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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (/.f64 (PI.f64) #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 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (-.f64 (/.f64 (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) (PI.f64)) #s(literal 4 binary64)) (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) (/.f64 (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 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(fma.f64 (sqrt.f64 (PI.f64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.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 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 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 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 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 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 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 (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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (neg.f64 (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))))) |
(/.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 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (*.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))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 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 #s(literal 2 binary64) (PI.f64)) (-.f64 #s(literal 0 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 #s(literal 2 binary64) (PI.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 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 #s(literal 0 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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (PI.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 #s(literal 2 binary64) (-.f64 #s(literal 0 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 #s(literal 2 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 (*.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 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 #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 #s(literal 0 binary64) (PI.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 #s(literal -2 binary64) (-.f64 #s(literal 0 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 #s(literal -2 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 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 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 #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 #s(literal 0 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 #s(literal 2 binary64) (PI.f64))) (*.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)) #s(literal 1 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 #s(literal 2 binary64) (PI.f64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 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)) (PI.f64))) (*.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)) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal -2 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 #s(literal 0 binary64) (PI.f64)))) (*.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)) #s(literal -2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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 #s(literal 2 binary64) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (/.f64 #s(literal 2 binary64) (PI.f64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal -2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 #s(literal 0 binary64) (PI.f64)))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -2 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 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))))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 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 (+.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)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (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) (PI.f64)) #s(literal 4 binary64))) (-.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 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))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (-.f64 (/.f64 (*.f64 (PI.f64) (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)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 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 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (/.f64 (PI.f64) #s(literal 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 (+.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)) #s(literal 0 binary64)) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(+.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (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 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(-.f64 (-.f64 #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 #s(literal 0 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 (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)) (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 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (/.f64 (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 (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 (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 (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 #s(literal 0 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 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 #s(literal 0 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 (*.f64 (PI.f64) (PI.f64)) (pow.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 #s(literal 0 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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 (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 (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 (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 #s(literal 0 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 #s(literal 0 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 #s(literal 0 binary64) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))))) |
(/.f64 (-.f64 #s(literal 0 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 (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 0 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 #s(literal 0 binary64) (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 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 #s(literal 0 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 (neg.f64 (-.f64 #s(literal 0 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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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 (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 #s(literal 0 binary64) (PI.f64)) #s(literal 3 binary64)) (pow.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 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (-.f64 (pow.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 0 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) (-.f64 #s(literal 0 binary64) (PI.f64))) (pow.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 0 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(pow.f64 (/.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 #s(literal 0 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)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 #s(literal 0 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)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 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 #s(literal 1 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 #s(literal 0 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 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64)) |
(+.f64 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (+.f64 (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 0 binary64)) |
(+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (+.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)))) |
(+.f64 (+.f64 #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 (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))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.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 (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 (*.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 (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)) (+.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 (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 (+.f64 #s(literal 0 binary64) (PI.f64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(-.f64 (+.f64 (PI.f64) #s(literal 0 binary64)) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(fma.f64 #s(literal 1 binary64) (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (sqrt.f64 (PI.f64)) (sqrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(fma.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.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) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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) (PI.f64)) (pow.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 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(/.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (pow.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 #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) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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 (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 (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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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 (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 (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 #s(literal 0 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)) #s(literal 0 binary64)))) |
(/.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (PI.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 (PI.f64) (PI.f64)) (*.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (+.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) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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) (PI.f64)) (pow.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 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.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 (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)) (pow.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) (*.f64 (PI.f64) (PI.f64))) (pow.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 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (PI.f64))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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)) (pow.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 #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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) |
(*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(*.f64 #s(literal 2 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 1 binary64))) |
(*.f64 (*.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 (*.f64 #s(literal 1 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 (/.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (-.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))))) |
(neg.f64 (/.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 #s(literal 4 binary64) (asin.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) (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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) |
(/.f64 #s(literal 1 binary64) (/.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(/.f64 #s(literal -1 binary64) (neg.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))))) |
(/.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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 #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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 #s(literal 4 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)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (*.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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (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 #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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (*.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 6 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 (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 #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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))) #s(literal 1 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)) (-.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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) #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 #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 (*.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #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) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 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 6 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) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 #s(literal 4 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)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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)))))) |
(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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) #s(literal -1 binary64)) |
(pow.f64 (/.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 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)) (*.f64 (PI.f64) #s(literal 1/8 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))) (/.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(*.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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 #s(literal 4 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 (*.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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) #s(literal 1/8 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))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 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 #s(literal 4 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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))) |
(+.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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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))))) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (PI.f64)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) (*.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))))) |
(-.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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (/.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(fma.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 8 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))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/8 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))) |
(fma.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 #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)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(fma.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(fma.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(fma.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 #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)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(/.f64 #s(literal 1 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)) (-.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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 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 6 binary64)) (-.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (+.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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) #s(literal 1 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) #s(literal -1 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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))))))) |
(/.f64 (*.f64 #s(literal 1 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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (neg.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (-.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (-.f64 (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 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 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(pow.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)) (-.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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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)))) |
(*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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)))))) |
(exp.f64 (*.f64 #s(literal 3 binary64) (log.f64 (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(exp.f64 (*.f64 (log.f64 (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))) |
(exp.f64 (*.f64 (log.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))) #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.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 (*.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 #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)) |
(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 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 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 #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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (*.f64 #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)))) |
(*.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 #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 -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 (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 (*.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 (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 -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)) #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)) (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 (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 (+.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (-.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))))) |
(neg.f64 (/.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 #s(literal 4 binary64) (asin.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) (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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) |
(/.f64 #s(literal 1 binary64) (/.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(/.f64 #s(literal -1 binary64) (neg.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))))) |
(/.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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 #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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 #s(literal 4 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)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (*.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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (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 #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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (*.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 6 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 (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 #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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))) #s(literal 1 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)) (-.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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) #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 #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 (*.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #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) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 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 6 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) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 #s(literal 4 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)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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)))))) |
(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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) #s(literal -1 binary64)) |
(pow.f64 (/.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 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)) (*.f64 (PI.f64) #s(literal 1/8 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))) (/.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))))) |
(*.f64 (+.f64 (*.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))) (neg.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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 #s(literal 4 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 (*.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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) #s(literal 1/8 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))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 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 #s(literal 4 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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))) |
(+.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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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))))) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (PI.f64)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) (*.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))))) |
(-.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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (/.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(fma.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 8 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))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/8 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))) |
(fma.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 #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)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(fma.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(fma.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(fma.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 #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)) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) |
(/.f64 #s(literal 1 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)) (-.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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 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 6 binary64)) (-.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) (+.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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) #s(literal 1 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) #s(literal -1 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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))))))) |
(/.f64 (*.f64 #s(literal 1 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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (neg.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 3 binary64)) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (-.f64 (*.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (-.f64 (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 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 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(pow.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)) (-.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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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)))) |
(*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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)) (*.f64 (PI.f64) #s(literal 1/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)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 9 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) #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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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))) |
(+.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) (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 #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 (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 #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))) |
(-.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(fma.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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) (*.f64 #s(literal 4 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))))) (/.f64 (*.f64 (PI.f64) (PI.f64)) #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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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))))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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) (*.f64 (PI.f64) (PI.f64)))) #s(literal 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 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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)))))) |
(/.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 #s(literal 4 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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 #s(literal 4 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) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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) (*.f64 (PI.f64) (PI.f64)))) #s(literal 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 #s(literal 4 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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (neg.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 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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))))))) |
(/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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 (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 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 16 binary64)) (*.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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))))) (+.f64 (pow.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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) (*.f64 (PI.f64) (PI.f64)))) #s(literal 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 #s(literal 4 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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (+.f64 (PI.f64) (*.f64 #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))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 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 #s(literal 4 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 (*.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 #s(literal 4 binary64) (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 #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 #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 (PI.f64) (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))))) (*.f64 #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))))))) |
(fma.f64 (*.f64 #s(literal 4 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))))) (*.f64 (PI.f64) (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 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 (*.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)) (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) (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 (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 (PI.f64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (-.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)) (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) (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 (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 (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 #s(literal 4 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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (*.f64 (PI.f64) (-.f64 (PI.f64) (*.f64 #s(literal 4 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))))) (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (pow.f64 (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 2 binary64)) (*.f64 (PI.f64) (-.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (PI.f64))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 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) (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)))))) |
(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 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (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))) |
(-.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 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 #s(literal 1 binary64) (PI.f64)) |
(*.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)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(*.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 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (cbrt.f64 (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64)) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (cbrt.f64 (PI.f64))) |
(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 (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 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (*.f64 (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)))))) (*.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)) (*.f64 (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))))))) (+.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) (PI.f64)) (-.f64 #s(literal 0 binary64) (pow.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 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(+.f64 (*.f64 (PI.f64) (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 (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)) (pow.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 0 binary64) (pow.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))) (pow.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) (PI.f64)) (pow.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 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64))) (pow.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 0 binary64) (pow.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (pow.f64 (*.f64 (acos.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) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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 (pow.f64 (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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))))) |
(fma.f64 (PI.f64) (PI.f64) (-.f64 #s(literal 0 binary64) (pow.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 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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)) (pow.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 (*.f64 (PI.f64) (PI.f64)) (pow.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 (neg.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (neg.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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)))) (neg.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.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 3 binary64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.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 0 binary64) (pow.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 #s(literal 0 binary64) (pow.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) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.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 0 binary64) (pow.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 #s(literal 0 binary64) (pow.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))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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)))) #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 (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) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (pow.f64 (*.f64 (acos.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) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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))) (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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (pow.f64 (*.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 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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))))) |
(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)))) |
(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) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) (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))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) (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))))) |
(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)) |
(*.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))) |
(fabs.f64 (sqrt.f64 (PI.f64))) |
(sqrt.f64 (PI.f64)) |
(pow.f64 (PI.f64) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1 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)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (PI.f64)) (pow.f64 (PI.f64) #s(literal 1/6 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (pow.f64 (PI.f64) #s(literal 2/3 binary64))) (sqrt.f64 (cbrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 (PI.f64))) #s(literal 3/2 binary64))) |
(pow.f64 (PI.f64) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 3/2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 6 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)) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (PI.f64)) (PI.f64)) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64)))) |
(*.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)) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) |
(*.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))) |
(+.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) (+.f64 (*.f64 (neg.f64 (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))) #s(literal 64 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 6 binary64)))) |
(+.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (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) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 6 binary64)))) |
(+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) |
(+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 6 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)) (*.f64 (/.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 (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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.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) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 #s(literal 64 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))) |
(fma.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 (PI.f64) (/.f64 #s(literal 64 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))) |
(fma.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64))) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))) |
(fma.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 #s(literal 64 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (PI.f64) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.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) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))))) |
(/.f64 #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 6 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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 6 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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) #s(literal 1 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)))))) |
(/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) #s(literal 1 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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(/.f64 (neg.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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64)))) (neg.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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))))) |
(/.f64 (neg.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64)))) (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 6 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)) (*.f64 (/.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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) (pow.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.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 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))) (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))) (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))))) |
(pow.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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.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) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.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 6 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) |
(*.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) #s(literal 1 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)) (*.f64 (/.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 (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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 18 binary64))) (/.f64 #s(literal 1 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)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 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)) #s(literal 64 binary64)) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (/.f64 #s(literal 1 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 6 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 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 2 binary64))) |
(exp.f64 (*.f64 (log.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))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.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 6 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 6 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 binary64)) #s(literal 2 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 4 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 2 binary64)) #s(literal 3 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 6 binary64)) |
(*.f64 #s(literal 64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))) |
(*.f64 (*.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)) (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 (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 (*.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 #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 (*.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 (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 (*.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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)) #s(literal 64 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)) (*.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 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 (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.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 (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 #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 3 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)) (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.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 #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))) |
(*.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)) #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 (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 (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 (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 (*.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 -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 3 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))) (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))) |
| 1× | egg-herbie |
| 4554× | *-lowering-*.f32 |
| 4554× | *-lowering-*.f64 |
| 1584× | sum5-define |
| 1340× | fnmadd-define |
| 1254× | times-frac |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 93 | 4944 |
| 1 | 290 | 4392 |
| 2 | 550 | 4272 |
| 3 | 1360 | 4200 |
| 4 | 4890 | 4188 |
| 0 | 8156 | 4188 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 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)))))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(- (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))))) |
(/ (+ (* -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))))))))) |
(+ (* -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)) |
(* -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))))) |
(/ (- (* 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/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/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/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/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/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/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/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/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/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/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/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/8 (pow (PI) 3)) (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)))) |
(+ (* 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))))))) |
(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)))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 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 |
|---|
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(- (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (+.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (-.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 binary64) (PI.f64))))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (/.f64 #s(literal -4 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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(+ (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 #s(literal 1/2 binary64) x)))))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (+ (* 1/2 (PI)) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) (PI)) |
(-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64)) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(- (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) |
(+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (- 1/2 (* 1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (+ (* -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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal -2 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 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 (*.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 (PI.f64) (*.f64 (*.f64 (PI.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)))) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (*.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))))))))) |
(/ (- (* 1/64 (pow (PI) 6)) (* 64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6))) (- (* 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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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 (PI.f64) (*.f64 (*.f64 (PI.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/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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(+ (* 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) (PI.f64)) #s(literal 1/4 binary64)) (*.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)))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(* (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 #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))))))) |
(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)))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) |
(+.f64 (*.f64 (PI.f64) (PI.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))) |
(- (* 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 120444 to 5848 computations (95.1% saved)
53 alts after pruning (51 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1988 | 23 | 2011 |
| Fresh | 7 | 28 | 35 |
| Picked | 5 | 0 | 5 |
| Done | 0 | 2 | 2 |
| Total | 2000 | 53 | 2053 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 6.3% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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.3% | (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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| 6.4% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64))) | |
| 4.2% | (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.3% | (fma.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))))) (/.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.2% | (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) | |
| 6.3% | (/.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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.3% | (/.f64 (fma.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 8 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))) (+.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 (*.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.3% | (/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.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 (*.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))))) | |
| 7.6% | (/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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)))) | |
| 6.3% | (/.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 (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.4% | (/.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 (*.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))))) | |
| 4.2% | (/.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)))))) | |
| 6.3% | (/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 9 binary64)) #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 (*.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 (*.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.4% | (/.f64 (-.f64 (*.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 (/.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 (/.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 (*.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)))))))) | |
| 6.3% | (/.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 (*.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))))) #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 (*.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 (*.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.4% | (/.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 (*.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 (*.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 (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)) (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 6 binary64))) (/.f64 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #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)) (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))))) | |
| 6.4% | (/.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 (*.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 (*.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 (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)) (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 6 binary64))) #s(literal 64 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)) (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 64 binary64))))) | |
| 5.7% | (/.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 (*.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 (*.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 (sqrt.f64 #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.4% | (/.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) (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 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 9 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 (*.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))))) | |
| ▶ | 7.7% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
| 7.6% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| 6.3% | (/.f64 (+.f64 (/.f64 (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.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) (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 (*.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 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #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 (*.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.3% | (/.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))) (+.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 (*.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 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
| 6.3% | (/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (/.f64 (*.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))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.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 (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 (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) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #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))))) | |
| 5.7% | (/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #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.3% | (/.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))) (+.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 (*.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))))) | |
| 7.6% | (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 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)) (PI.f64))) (*.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)) #s(literal 2 binary64))) | |
| 7.6% | (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) | |
| 6.3% | (/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) | |
| 7.7% | (/.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (PI.f64) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| ▶ | 6.3% | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
| 6.3% | (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 #s(literal 64 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (PI.f64) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (*.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 (*.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.3% | (/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.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 (*.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 (*.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.3% | (/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 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 #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 (*.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.3% | (/.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))))) | |
| 4.2% | (-.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))))))) | |
| ▶ | 5.4% | (-.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)))) |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) | |
| 7.6% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) | |
| 6.0% | (-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) | |
| 6.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) | |
| 6.2% | (-.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.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ✓ | 4.2% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 7.6% | (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) | |
| 6.3% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) | |
| 7.6% | (*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) | |
| 1.8% | (exp.f64 (*.f64 (log.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) #s(literal -1 binary64))) |
Compiled 5708 to 2610 computations (54.3% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
| ✓ | 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 | 6528 | (pow.f64 (*.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)) #s(literal 3 binary64)) |
| ✓ | cost-diff | 6528 | (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) |
| ✓ | cost-diff | 6528 | (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
| ✓ | 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 | 6336 | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (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 | 192 | (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64)))) |
| ✓ | cost-diff | 384 | (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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))))) |
| ✓ | cost-diff | 7168 | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
| 4590× | *-lowering-*.f32 |
| 4590× | *-lowering-*.f64 |
| 2742× | +-lowering-+.f64 |
| 2742× | +-lowering-+.f32 |
| 1646× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 78 | 914 |
| 1 | 216 | 864 |
| 2 | 650 | 859 |
| 3 | 2507 | 840 |
| 0 | 8401 | 840 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) |
(* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) |
1 |
(+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2)) |
(PI) |
(* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2) |
(- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) |
(/ (PI) 2) |
2 |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
(* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))) |
(/ 2 (PI)) |
(- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)) |
(* (PI) (PI)) |
(pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2) |
(neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(pow (+ 1/2 (/ x -2)) 1/2) |
(* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
(+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 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 |
(+ (* (pow (* (PI) (PI)) 1/4) (/ (sqrt (PI)) 2)) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2)) |
(pow (* (PI) (PI)) 1/4) |
(* (PI) (PI)) |
(PI) |
1/4 |
(/ (sqrt (PI)) 2) |
(sqrt (PI)) |
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 |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (- (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) (/ (* (PI) (PI)) -4))) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) |
(/ (* (PI) (* (PI) (PI))) 8) |
(* (PI) (* (PI) (PI))) |
(PI) |
(* (PI) (PI)) |
8 |
(pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3) |
(* (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 |
2 |
3 |
(- (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) (/ (* (PI) (PI)) -4)) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))) |
(* 4 (asin (sqrt (+ 1/2 (/ x -2))))) |
4 |
(/ (* (PI) (PI)) -4) |
-4 |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))))) |
(+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) |
-64 |
(pow (asin (sqrt (+ 1/2 (/ x -2)))) 6) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(sqrt (+ 1/2 (/ x -2))) |
(+ 1/2 (/ x -2)) |
1/2 |
(/ x -2) |
x |
-2 |
6 |
(/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64) |
(* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) |
(* (PI) (PI)) |
(PI) |
(* (PI) (* (PI) (* (PI) (PI)))) |
(* (PI) (* (PI) (PI))) |
64 |
(* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3)))) |
(+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) |
(/ (* (PI) (PI)) 4) |
4 |
(* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) |
(+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))) |
(* 4 (asin (sqrt (+ 1/2 (/ x -2))))) |
(+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))) |
(* (* (PI) (PI)) (* (PI) 1/8)) |
(* (PI) 1/8) |
1/8 |
(* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3)) |
8 |
(pow (asin (sqrt (+ 1/2 (/ x -2)))) 3) |
3 |
| Outputs |
|---|
(/ (- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(+.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (+.f64 #s(literal 2 binary64) (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (/.f64 #s(literal 4 binary64) (PI.f64))))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal -1 binary64))) |
(- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) |
(+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (-.f64 #s(literal 0 binary64) (PI.f64))) (*.f64 (/.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)))) |
(* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) |
(PI) |
(PI.f64) |
(* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2) |
(*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) |
(-.f64 (/.f64 (PI.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) |
(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) |
(* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))) |
(*.f64 #s(literal 2 binary64) (-.f64 (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)) (PI.f64)))) |
(/ 2 (PI)) |
(/.f64 #s(literal 2 binary64) (PI.f64)) |
(- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)) |
(-.f64 (*.f64 (PI.f64) (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) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
(pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/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 (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) |
(* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 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)))) |
(* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
(+.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 4 binary64) (PI.f64)))) |
(+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(/ (PI) 2) |
(/.f64 (PI.f64) #s(literal 2 binary64)) |
(PI) |
(PI.f64) |
2 |
#s(literal 2 binary64) |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(* (acos (sqrt 1/2)) 2) |
(*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) |
(acos (sqrt 1/2)) |
(acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(+ (* (pow (* (PI) (PI)) 1/4) (/ (sqrt (PI)) 2)) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2)) |
(+.f64 (*.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64))) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) |
(pow (* (PI) (PI)) 1/4) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) |
(* (PI) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
(PI) |
(PI.f64) |
1/4 |
#s(literal 1/4 binary64) |
(/ (sqrt (PI)) 2) |
(/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) |
(sqrt (PI)) |
(sqrt.f64 (PI.f64)) |
2 |
#s(literal 2 binary64) |
(* (asin (pow (+ 1/2 (/ x -2)) 1/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 (+ 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) |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (- (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) (/ (* (PI) (PI)) -4))) |
(/.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 (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)))) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) |
(+.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))) |
(/ (* (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) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
8 |
#s(literal 8 binary64) |
(pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 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)) |
(* (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) |
2 |
#s(literal 2 binary64) |
3 |
#s(literal 3 binary64) |
(- (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) (/ (* (PI) (PI)) -4)) |
(+.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))) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) |
(*.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)))) |
(+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))) |
(+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) |
(* 4 (asin (sqrt (+ 1/2 (/ x -2))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(/ (* (PI) (PI)) -4) |
(/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal -4 binary64)) |
-4 |
#s(literal -4 binary64) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))))) |
(/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 64 binary64)))) (*.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 (PI.f64) (PI.f64)) #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)))))) |
(+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 64 binary64)))) |
(* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) |
(*.f64 #s(literal -64 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64))) |
-64 |
#s(literal -64 binary64) |
(pow (asin (sqrt (+ 1/2 (/ x -2)))) 6) |
(pow.f64 (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)))) |
(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) |
6 |
#s(literal 6 binary64) |
(/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64) |
(*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 64 binary64))) |
(* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) |
(* (PI) (PI)) |
(*.f64 (PI.f64) (PI.f64)) |
(PI) |
(PI.f64) |
(* (PI) (* (PI) (* (PI) (PI)))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(* (PI) (* (PI) (PI))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
64 |
#s(literal 64 binary64) |
(* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3)))) |
(*.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 (PI.f64) (PI.f64)) #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))))) |
(+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) |
(+.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))) |
(/ (* (PI) (PI)) 4) |
(/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) |
(*.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 (asin (sqrt (+ 1/2 (/ x -2)))))) |
(+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64))) |
(* 4 (asin (sqrt (+ 1/2 (/ x -2))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 4 binary64)) |
(+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -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) 1/8)) |
(/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) |
(* (PI) 1/8) |
(/.f64 (PI.f64) #s(literal 8 binary64)) |
1/8 |
#s(literal 1/8 binary64) |
(* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3)) |
(*.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))) |
8 |
#s(literal 8 binary64) |
(pow (asin (sqrt (+ 1/2 (/ x -2)))) 3) |
(pow.f64 (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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 6 binary64)) |
| ✓ | accuracy | 99.6% | (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64))) |
| ✓ | accuracy | 5.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (pow.f64 (*.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)) #s(literal 3 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
| ✓ | accuracy | 99.6% | (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) |
| ✓ | accuracy | 5.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (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.5% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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.0% | (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.0% | (PI.f64) |
| ✓ | accuracy | 100.0% | (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #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 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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))))) |
| ✓ | accuracy | 5.0% | (PI.f64) |
| 1.5min | 251× | 5 | exit |
| 13.0ms | 2× | 3 | valid |
| 9.0ms | 3× | 2 | valid |
Compiled 998 to 78 computations (92.2% saved)
ival-asin: 31.2s (43.2% of total)ival-div: 17.8s (24.6% of total)ival-acos: 15.8s (21.9% of total)backward-pass: 5.5s (7.6% of total)ival-pow: 1.4s (2% of total)ival-mult: 226.0ms (0.3% of total)ival-add: 65.0ms (0.1% of total)ival-sub: 55.0ms (0.1% of total)ival-sqrt: 48.0ms (0.1% of total)compiled-spec: 33.0ms (0% of total)ival-pi: 29.0ms (0% of total)ival-neg: 8.0ms (0% of total)const: 7.0ms (0% of total)| Inputs |
|---|
#<alt (/ (- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))))> |
#<alt (- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))))> |
#<alt (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))> |
#<alt (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))> |
#<alt (- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2)))> |
#<alt (/ (PI) 2)> |
#<alt (PI)> |
#<alt (- (PI) (* (acos (sqrt 1/2)) 2))> |
#<alt (+ (* (pow (* (PI) (PI)) 1/4) (/ (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 (/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (- (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) (/ (* (PI) (PI)) -4)))> |
#<alt (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3))> |
#<alt (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)> |
#<alt (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2)> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3)))))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64))> |
#<alt (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6))> |
#<alt (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)> |
#<alt (acos (pow (+ 1/2 (/ x -2)) 1/2))> |
#<alt (asin (sqrt (+ 1/2 (/ x -2))))> |
#<alt (acos (sqrt 1/2))> |
#<alt (sqrt 1/2)> |
#<alt (* (acos (sqrt 1/2)) 2)> |
#<alt (sqrt (PI))> |
#<alt (* (PI) (* (PI) (PI)))> |
| Outputs |
|---|
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x))))))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI)))> |
#<alt (* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (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 (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<alt (/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2))))> |
#<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))> |
#<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 (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))))))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6)))> |
#<alt (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 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))> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<alt (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)> |
#<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 (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))))> |
54 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 55.0ms | x | @ | 0 | (+ (* (pow (* (PI) (PI)) 1/4) (/ (sqrt (PI)) 2)) (* (asin (pow (+ 1/2 (/ x -2)) 1/2)) -2)) |
| 3.0ms | x | @ | inf | (/ (- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
| 3.0ms | x | @ | inf | (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))))) |
| 2.0ms | x | @ | -inf | (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))))) |
| 2.0ms | x | @ | 0 | (/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))))) |
| 1× | batch-egg-rewrite |
| 3840× | *-lowering-*.f32 |
| 3840× | *-lowering-*.f64 |
| 2038× | /-lowering-/.f32 |
| 2038× | /-lowering-/.f64 |
| 1512× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 78 | 384 |
| 1 | 555 | 332 |
| 2 | 5335 | 328 |
| 0 | 8294 | 328 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) (* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)))) |
(- (* 1 (+ (PI) (* (- (/ (PI) 2) (asin (sqrt (+ 1/2 (/ x -2))))) 2))) (* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2)))) |
(* (/ 2 (PI)) (- (* (PI) (PI)) (pow (neg (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2)) 2))) |
(* (/ 2 (PI)) (+ (PI) (* (acos (pow (+ 1/2 (/ x -2)) 1/2)) 2))) |
(- (/ (PI) 2) (- (PI) (* (acos (sqrt 1/2)) 2))) |
(/ (PI) 2) |
(PI) |
(- (PI) (* (acos (sqrt 1/2)) 2)) |
(+ (* (pow (* (PI) (PI)) 1/4) (/ (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) |
(/ (+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) (- (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2))))))) (/ (* (PI) (PI)) -4))) |
(+ (/ (* (PI) (* (PI) (PI))) 8) (pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3)) |
(pow (* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) 3) |
(* (asin (pow (pow (+ 1/2 (/ x -2)) 1/4) 2)) -2) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) (* (+ (/ (* (PI) (PI)) 4) (* (asin (sqrt (+ 1/2 (/ x -2)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (/ x -2)))))))) (+ (* (* (PI) (PI)) (* (PI) 1/8)) (* 8 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 3))))) |
(+ (* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) (/ (* (* (PI) (PI)) (* (PI) (* (PI) (* (PI) (PI))))) 64)) |
(* -64 (pow (asin (sqrt (+ 1/2 (/ x -2)))) 6)) |
(pow (asin (sqrt (+ 1/2 (/ x -2)))) 6) |
(acos (pow (+ 1/2 (/ x -2)) 1/2)) |
(asin (sqrt (+ 1/2 (/ x -2)))) |
(acos (sqrt 1/2)) |
(sqrt 1/2) |
(* (acos (sqrt 1/2)) 2) |
(sqrt (PI)) |
(* (PI) (* (PI) (PI))) |
| Outputs |
|---|
(+.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (neg.f64 (*.f64 (+.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 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(neg.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.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 #s(literal -2 binary64) (PI.f64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.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) (*.f64 #s(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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) (*.f64 (+.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 #s(literal -2 binary64) (PI.f64)))) |
(/.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64))) (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))))) |
(/.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64))) (+.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 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))))) (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) (neg.f64 (*.f64 (+.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 #s(literal -2 binary64) (PI.f64))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64)))) (neg.f64 (+.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 (pow.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.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 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (+.f64 (*.f64 (*.f64 (+.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 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))) (*.f64 (+.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 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))))) (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))))) (*.f64 (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))) (*.f64 (+.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 #s(literal 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) (+.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(/.f64 (*.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) #s(literal 1 binary64)) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 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 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #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 (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 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) (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 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (/.f64 (-.f64 (+.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) (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 (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 #s(literal 2 binary64) (PI.f64))) |
(/.f64 (/.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64))) #s(literal 1 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)))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.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) (*.f64 #s(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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (+.f64 (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 2 binary64) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(*.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 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 #s(literal 0 binary64) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.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 #s(literal -2 binary64) (PI.f64))))) |
(*.f64 (/.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 (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) (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 (PI.f64) #s(literal 2 binary64))))) |
(*.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64))) (/.f64 #s(literal 1 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 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (*.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))))))) (PI.f64)) |
(*.f64 (/.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.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 (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) (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)))) (PI.f64))))) |
(*.f64 (/.f64 (/.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (PI.f64))) (-.f64 (*.f64 (PI.f64) (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 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(+.f64 (PI.f64) (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))))) |
(+.f64 (PI.f64) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (+.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) (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 -2 binary64) (PI.f64)))) |
(+.f64 (+.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 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (+.f64 (PI.f64) (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (PI.f64) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))))) |
(+.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) |
(+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(-.f64 (+.f64 (PI.f64) (*.f64 #s(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) (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 (PI.f64) #s(literal 2 binary64)))) |
(-.f64 (+.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 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))))) (/.f64 (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64)) (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))))) |
(-.f64 (/.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) (/.f64 (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) |
(fma.f64 #s(literal 1 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) (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 -2 binary64) (PI.f64)))) |
(fma.f64 (+.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))))) #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) (PI.f64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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) (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)))) (PI.f64)))) (PI.f64))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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))) (PI.f64)) (*.f64 (+.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 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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 (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))))) (PI.f64))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) (neg.f64 (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64)))) (*.f64 (+.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) (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 -2 binary64) (PI.f64))))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))))) (*.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))))) (-.f64 (+.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) (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 -2 binary64) (PI.f64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64))))) (*.f64 (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))))) (-.f64 (-.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (+.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64) (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))) (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))))) |
(*.f64 (-.f64 (pow.f64 (+.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))))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.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) (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 (PI.f64) #s(literal 2 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (*.f64 (PI.f64) (PI.f64))) (*.f64 (/.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) (PI.f64)) (/.f64 #s(literal 2 binary64) (PI.f64))) (*.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 2 binary64) (PI.f64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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) (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 (PI.f64) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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)))) (PI.f64)) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (PI.f64) (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 2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (+.f64 (*.f64 (PI.f64) (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 -2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (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) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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)))) (PI.f64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 -2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (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))) (PI.f64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 -2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (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) (PI.f64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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) (PI.f64))) |
(/.f64 (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (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) (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 -2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (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) (PI.f64))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 2 binary64) (PI.f64))) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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 2 binary64) (PI.f64))) (+.f64 (*.f64 (PI.f64) (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 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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)) (PI.f64)) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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)))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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)))) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (cbrt.f64 (PI.f64))) |
(pow.f64 (/.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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 #s(literal 2 binary64) (/.f64 (-.f64 (*.f64 (PI.f64) (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))) (PI.f64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (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 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (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) (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 2 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) (/.f64 (-.f64 (*.f64 (PI.f64) (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))) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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) (PI.f64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (/.f64 (-.f64 (*.f64 (PI.f64) (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))) (cbrt.f64 (PI.f64)))) |
(+.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))) (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(fma.f64 (PI.f64) (/.f64 #s(literal 2 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 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(fma.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (PI.f64) (*.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 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(/.f64 (/.f64 (-.f64 (*.f64 (PI.f64) (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 (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 #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)))))) (PI.f64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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 (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))))) (PI.f64))) |
(/.f64 (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (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 (PI.f64) (+.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))) (PI.f64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal -2 binary64)) (*.f64 (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))) (-.f64 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) #s(literal 2 binary64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (PI.f64) (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 (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 #s(literal 2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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 (PI.f64) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))))) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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 #s(literal 0 binary64) (PI.f64)) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64)))))) |
(/.f64 (neg.f64 (*.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 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (*.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) (PI.f64)))) #s(literal 3 binary64))) (+.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 (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) (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 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64))))) (*.f64 (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64)))) (*.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 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 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))))) (-.f64 (/.f64 (PI.f64) (/.f64 (PI.f64) #s(literal 2 binary64))) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 2 binary64) (PI.f64)))))) |
(/.f64 (*.f64 (+.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))))) #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.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 (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) (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)))) (PI.f64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (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 -2 binary64)) (*.f64 (+.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 #s(literal 0 binary64) (PI.f64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (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 #s(literal 2 binary64) (PI.f64))) (+.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (PI.f64))))) |
(/.f64 (*.f64 #s(literal -2 binary64) (+.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 #s(literal 0 binary64) (PI.f64))) |
(/.f64 (*.f64 #s(literal -2 binary64) (-.f64 (*.f64 (PI.f64) (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) (PI.f64)) (+.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 #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)))))) #s(literal 1 binary64)) (PI.f64)) |
(/.f64 (/.f64 (*.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)))))) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(/.f64 (/.f64 (*.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)))))) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (cbrt.f64 (PI.f64))) |
(pow.f64 (/.f64 (PI.f64) (*.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))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (+.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))))) (PI.f64))) |
(*.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(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) (PI.f64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.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) (*.f64 #s(literal 2 binary64) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (/.f64 (PI.f64) #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64))) (/.f64 (+.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))))) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.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 #s(literal 1 binary64) (PI.f64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (/.f64 (+.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))))) (cbrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) #s(literal 1 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 (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 #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 (/.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 (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) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.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) #s(literal 2 binary64)) (+.f64 (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)) (+.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 (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) #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/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 #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) #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) (*.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) #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)) #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) #s(literal 2 binary64)) (+.f64 (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 (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 (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 (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 (-.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) #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) (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) #s(literal 2 binary64)) (+.f64 (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)) (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 (*.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 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 #s(literal 0 binary64) (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (PI.f64)) #s(literal 3 binary64)) (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)) (*.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 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 #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) #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) (*.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) #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)) #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) #s(literal 2 binary64)) (+.f64 (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 (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) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.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 #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 (PI.f64) #s(literal 2 binary64)) |
(/.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (PI.f64))) |
(/.f64 (sqrt.f64 (PI.f64)) (/.f64 #s(literal 2 binary64) (sqrt.f64 (PI.f64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -2 binary64) (PI.f64))) |
(/.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 #s(literal 1 binary64) (/.f64 (PI.f64) #s(literal 2 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 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) (/.f64 (cbrt.f64 (PI.f64)) #s(literal 2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (PI.f64)) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) (PI.f64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)))) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(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 2 binary64) (log.f64 (PI.f64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (PI.f64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (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))) |
(-.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (PI.f64)) #s(literal 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 #s(literal 1 binary64) (PI.f64)) |
(*.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)) (*.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (PI.f64)) (log.f64 (exp.f64 (sqrt.f64 (PI.f64))))) |
(*.f64 (cbrt.f64 (PI.f64)) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (cbrt.f64 (PI.f64)) (log.f64 (exp.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) (cbrt.f64 (PI.f64))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) (*.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (sqrt.f64 (PI.f64)))) |
(*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) #s(literal 1 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (cbrt.f64 (PI.f64))) |
(+.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 #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 (*.f64 (PI.f64) (PI.f64))) (cbrt.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 (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 (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))))) (*.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))))) (-.f64 (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 (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 #s(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 (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 (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))))) |
(/.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 (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 (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 (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 #s(literal 0 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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 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 (-.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 (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 (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 (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 (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 (PI.f64) (PI.f64))) #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 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) (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 (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 (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 (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 (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 (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 (*.f64 #s(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 #s(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 (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)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(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))))) |
(/.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 (/.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 #s(literal 2 binary64) (PI.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 #s(literal 2 binary64) (PI.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 (/.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 #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))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.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 #s(literal 2 binary64) (PI.f64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (PI.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) (*.f64 #s(literal 2 binary64) (-.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 #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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (-.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 #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 #s(literal 0 binary64) (PI.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) (*.f64 #s(literal -2 binary64) (-.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 #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 (/.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 #s(literal 0 binary64) (PI.f64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.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 #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) (*.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 (*.f64 (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)))) (*.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)) (*.f64 (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))))) (+.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 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -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 (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 (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/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 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/8 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 1/4 binary64)))) |
(*.f64 (*.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/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 (+.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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) #s(literal -1 binary64))) |
(neg.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 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (neg.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))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 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 #s(literal 1 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))) (+.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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) |
(/.f64 #s(literal 1 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))) (+.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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) (+.f64 (neg.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 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))) (+.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) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.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))) (+.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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 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 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (neg.f64 (-.f64 #s(literal 0 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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) (neg.f64 (+.f64 (neg.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 (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 (PI.f64) (PI.f64))) #s(literal 8 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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 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))) (+.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) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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))))) |
(pow.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))) (+.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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.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))) (+.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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) #s(literal 1 binary64)) #s(literal -1 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 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 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 0 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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (neg.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 (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 #s(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 (PI.f64) (PI.f64))) #s(literal 8 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 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 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))) (+.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (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 (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 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 (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)))) |
(+.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 (PI.f64) (PI.f64))) #s(literal 8 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) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (neg.f64 (*.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) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (neg.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (+.f64 (*.f64 (neg.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 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 (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 (PI.f64) (PI.f64))) #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 3 binary64)) (*.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 (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 (PI.f64) (PI.f64))) #s(literal -8 binary64))) |
(-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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)) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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)))))) |
(fma.f64 (PI.f64) (/.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))) |
(fma.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 8 binary64)) (neg.f64 (*.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))))) |
(fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))) |
(fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 binary64)) (neg.f64 (*.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))))) |
(fma.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 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 #s(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))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 1/8 binary64) (neg.f64 (*.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))))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (PI.f64) (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))) |
(fma.f64 (*.f64 (PI.f64) #s(literal 1/8 binary64)) (*.f64 (PI.f64) (PI.f64)) (neg.f64 (*.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))))) |
(fma.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.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 -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 (PI.f64) (PI.f64))) #s(literal 8 binary64))) |
(fma.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 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 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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) (*.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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 binary64))) (-.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.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 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 binary64)))) (neg.f64 (-.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (*.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)))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (pow.f64 (*.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))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) #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 (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 (PI.f64) (*.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 3 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) |
(pow.f64 (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.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 9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 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 (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) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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)))))) |
(exp.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))))))) |
(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/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 3/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (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))))))) #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)) |
(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/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 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (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)))))) #s(literal 3 binary64)) |
(*.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))) (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 (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) (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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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)) #s(literal -8 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 2 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 -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 (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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 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 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 3/2 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/2 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/2 binary64)) #s(literal -8 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)) #s(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)) (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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.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 (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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) (-.f64 #s(literal 0 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #s(literal 1 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #s(literal 0 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) (-.f64 #s(literal 0 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 #s(literal -1 binary64) (neg.f64 (/.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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))))) |
(/.f64 (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))))) |
(/.f64 (/.f64 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64))) #s(literal 1 binary64)) (*.f64 (-.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (neg.f64 (-.f64 #s(literal 0 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))))) (neg.f64 (-.f64 #s(literal 0 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (neg.f64 (/.f64 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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))))) (neg.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) #s(literal 1 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) (/.f64 #s(literal 1 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (*.f64 (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64))) (/.f64 #s(literal 1 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) |
(/.f64 (/.f64 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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)) (*.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 (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 (*.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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 (*.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) (/.f64 #s(literal 1 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #s(literal 0 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #s(literal 1 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))) (+.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 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 #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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) |
(*.f64 (/.f64 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.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 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64))) (pow.f64 (*.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))) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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)) (*.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) #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 (+.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 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 (PI.f64) (*.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 (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 (PI.f64) (PI.f64))) #s(literal 8 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (*.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal -64 binary64))) |
(-.f64 (/.f64 (pow.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))) #s(literal 2 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) (/.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))))) |
(fma.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #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)))) |
(fma.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 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) |
(fma.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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) |
(fma.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 1/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 #s(literal 1 binary64) (/.f64 (+.f64 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 -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 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64))))) |
(/.f64 (+.f64 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) (+.f64 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (+.f64 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)) (-.f64 (pow.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))) #s(literal 2 binary64)) (*.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)) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))))))) |
(/.f64 (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64))))) (neg.f64 (+.f64 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (neg.f64 (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) (neg.f64 (-.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))) (/.f64 (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)) (pow.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))) #s(literal 2 binary64))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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))))) |
(pow.f64 (/.f64 (+.f64 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 -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 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #s(literal 64 binary64))) (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.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))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.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))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.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) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (-.f64 (pow.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))) #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))))) #s(literal 4096 binary64))) (/.f64 #s(literal 1 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))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))) #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 (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 (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)) #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 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 #s(literal 6 binary64) (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 (+.f64 (*.f64 #s(literal 3 binary64) (log.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 3 binary64) (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 (*.f64 (log.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 2 binary64))) |
(exp.f64 (*.f64 (log.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))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.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)))))) #s(literal 6 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 (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 2 binary64)) |
(pow.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)) #s(literal 3 binary64)) |
(pow.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))))) #s(literal 6 binary64)) |
(*.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 (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 (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 (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 2 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)) (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 (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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 (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 (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 (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 (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)) (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))) (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 (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)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 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 (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 (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))) (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 (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 (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 (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))) |
(acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (/.f64 (PI.f64) #s(literal 2 binary64))) |
(+.f64 (-.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)))) |
(-.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) (*.f64 (PI.f64) (PI.f64))) #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 (/.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 (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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 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 (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)))))) |
(fma.f64 (PI.f64) #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(/.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.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 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 (/.f64 (*.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 (/.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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) |
(/.f64 (-.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))))) |
(/.f64 (neg.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)))) (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 (/.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 (neg.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)))) (neg.f64 (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (pow.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 3 binary64))) (+.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (*.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.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)))))) |
(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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) (-.f64 (/.f64 (*.f64 (PI.f64) (*.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)))) #s(literal -1 binary64)) |
(pow.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)))) (-.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)))) #s(literal -1 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 #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 (/.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 #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)))))) |
(+.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)))) |
(-.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (/.f64 (PI.f64) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) |
(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))))) |
(/.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 (/.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 #s(literal 2 binary64) (PI.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 #s(literal 2 binary64) (PI.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 (/.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 #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))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.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 #s(literal 2 binary64) (PI.f64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (PI.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) (*.f64 #s(literal 2 binary64) (-.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 #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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (PI.f64) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (*.f64 #s(literal 2 binary64) (-.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 #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 #s(literal 0 binary64) (PI.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 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))))) (*.f64 #s(literal -2 binary64) (-.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 #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 (/.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 #s(literal 0 binary64) (PI.f64)) (+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) (*.f64 #s(literal -2 binary64) (-.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 #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) (*.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 (*.f64 (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)))) (*.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)) (*.f64 (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))))) (+.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))) |
(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))))) |
(/.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 (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) (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))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) (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))))) |
(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)) |
(*.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 (PI.f64)))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 1/8 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))) |
(sqrt.f64 (PI.f64)) |
(pow.f64 (PI.f64) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) |
(pow.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) #s(literal 1/8 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 (pow.f64 (PI.f64) #s(literal 1/4 binary64)) (pow.f64 (PI.f64) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (PI.f64))) (sqrt.f64 (sqrt.f64 (PI.f64)))) |
(*.f64 (sqrt.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (sqrt.f64 (cbrt.f64 (PI.f64)))) |
(exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))) |
(pow.f64 (PI.f64) #s(literal 3 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (PI.f64)) (PI.f64)) |
(*.f64 (sqrt.f64 (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) (*.f64 (cbrt.f64 (PI.f64)) (*.f64 (PI.f64) (PI.f64)))) |
(*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (PI.f64) (PI.f64))) #s(literal 3 binary64)) (PI.f64)) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1 binary64)) (PI.f64)) |
(*.f64 (pow.f64 (PI.f64) #s(literal 3/2 binary64)) (pow.f64 (PI.f64) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (PI.f64)) (PI.f64)) (*.f64 (sqrt.f64 (PI.f64)) (PI.f64))) |
(*.f64 (*.f64 (PI.f64) (sqrt.f64 (PI.f64))) (*.f64 (PI.f64) (sqrt.f64 (PI.f64)))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (sqrt.f64 (PI.f64))) (sqrt.f64 (PI.f64))) |
(*.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (cbrt.f64 (*.f64 (PI.f64) (PI.f64)))) (cbrt.f64 (PI.f64))) |
| 1× | egg-herbie |
| 4338× | *-lowering-*.f32 |
| 4338× | *-lowering-*.f64 |
| 1402× | fma-lowering-fma.f32 |
| 1402× | fma-lowering-fma.f64 |
| 1258× | +-lowering-+.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 189 | 4252 |
| 1 | 557 | 3811 |
| 2 | 1457 | 3778 |
| 3 | 4835 | 3703 |
| 0 | 8311 | 3703 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (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)))))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(+ (* -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)) |
(* -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))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3))) (+ (* 1/4 (pow (PI) 2)) (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x)))))))))) |
(+ (* -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)) (* 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)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(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)))) |
(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)))) |
| Outputs |
|---|
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(* 1/2 (/ (* (PI) (- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))))) (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (- 1/2 (* 1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(- (+ (PI) (* 2 (- (* 1/2 (PI)) (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI)))) |
(+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (- 1/2 (* 1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (- (pow (PI) 2) (* 4 (pow (acos (sqrt (+ 1/2 (* -1/2 x)))) 2))) (PI))) |
(*.f64 #s(literal 2 binary64) (+.f64 (PI.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)) (PI.f64)))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (- 1/2 (* 1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(* 2 (/ (+ (PI) (* 2 (acos (sqrt (+ 1/2 (* -1/2 x)))))) (PI))) |
(*.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))))) (/.f64 #s(literal 2 binary64) (PI.f64))) |
(+ (* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) (* 1/2 (PI))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (PI.f64)) (*.f64 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (- 1/2 (* 1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(asin (sqrt (+ 1/2 (* -1/2 x)))) |
(asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) |
(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 #s(literal -1/4 binary64) (/.f64 x (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 (*.f64 x #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) 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 (/.f64 #s(literal 1 binary64) 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) (pow.f64 x #s(literal 5 binary64)))) (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal -1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 7 binary64)))) (/.f64 #s(literal 1/128 binary64) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt x) (* (sqrt -1) (sqrt 1/2)))) |
(*.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ 1 (pow x 3))) (/ (sqrt -1) (sqrt 1/2)))) (* (sqrt (/ 1 x)) (* (sqrt -1) (sqrt 1/2)))))) |
(*.f64 x (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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))))) (*.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))))) |
(* -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 (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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))))) (*.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)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (- 1/2 (* 1/2 x)))) (+ (PI) (* 4 (asin (sqrt (- 1/2 (* 1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(/ (+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) (- (* (asin (sqrt (+ 1/2 (* -1/2 x)))) (+ (PI) (* 4 (asin (sqrt (+ 1/2 (* -1/2 x))))))) (* -1/4 (pow (PI) 2)))) |
(/.f64 (+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 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))))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64)))) |
(+ (* -8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 3)) (* 1/8 (pow (PI) 3))) |
(+.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) #s(literal 1/8 binary64)))) (*.f64 #s(literal -8 binary64) (pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #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 #s(literal -1/2 binary64) x)))) #s(literal 3 binary64))) |
(* -2 (asin (sqrt (+ 1/2 (* -1/2 x))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.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))))) |
(*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (- 1/2 (* 1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(/ (+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) (* (+ (* 1/8 (pow (PI) 3)) (* 8 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 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 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)))) (*.f64 (+.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))) (+.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)))))) |
(+ (* -64 (pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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)) (* 1/64 (pow (PI) 6))) |
(+.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (PI.f64) #s(literal 6 binary64))) (*.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))) |
(* -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))) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (- 1/2 (* 1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 binary64)) |
(pow (asin (sqrt (+ 1/2 (* -1/2 x)))) 6) |
(pow.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal 6 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)))) |
(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)))) |
Compiled 121238 to 6730 computations (94.4% saved)
54 alts after pruning (50 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1983 | 13 | 1996 |
| Fresh | 9 | 37 | 46 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1995 | 54 | 2049 |
| Status | Accuracy | Program |
|---|---|---|
| 6.3% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 6.1% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) | |
| 6.3% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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))) | |
| 4.2% | (fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) | |
| 6.3% | (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.4% | (fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64))) | |
| 4.2% | (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.3% | (fma.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))))) (/.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.2% | (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) | |
| 6.3% | (/.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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.3% | (/.f64 (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) | |
| 6.3% | (/.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)) (/.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.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 (*.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))))) | |
| 7.6% | (/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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)))) | |
| 6.3% | (/.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 (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.4% | (/.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 (*.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))))) | |
| 6.3% | (/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 9 binary64)) #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 (*.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 (*.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.4% | (/.f64 (-.f64 (*.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 (/.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 (/.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 (*.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)))))))) | |
| 6.3% | (/.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 (*.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))))) #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 (*.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 (*.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.4% | (/.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 (*.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 (*.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 (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)) (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 6 binary64))) (/.f64 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #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)) (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))))) | |
| 6.4% | (/.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 (*.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 (*.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 (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)) (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 6 binary64))) #s(literal 64 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)) (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 64 binary64))))) | |
| 5.7% | (/.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 (*.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 (*.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 (sqrt.f64 #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.4% | (/.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) (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 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 9 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 (*.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))))) | |
| 7.1% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| 6.3% | (/.f64 (+.f64 (/.f64 (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.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) (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 (*.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 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (PI.f64))) #s(literal 8 binary64)) (pow.f64 (*.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)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) | |
| 6.3% | (/.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))) (+.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 (*.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.3% | (/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (/.f64 (*.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))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.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 (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 (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) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #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))))) | |
| 5.7% | (/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #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.3% | (/.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 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) | |
| 6.3% | (/.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))) (+.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 (*.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))))) | |
| 7.6% | (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 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)) (PI.f64))) (*.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)) #s(literal 2 binary64))) | |
| 7.6% | (/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #s(literal 2 binary64))) | |
| 7.7% | (/.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (PI.f64) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) | |
| 6.3% | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 6 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 (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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) | |
| 6.3% | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64))))) #s(literal 64 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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) | |
| 6.3% | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (PI.f64))))) #s(literal 64 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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) | |
| ✓ | 6.3% | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
| 6.3% | (/.f64 (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))))) #s(literal 64 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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) | |
| 6.3% | (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 #s(literal 64 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (PI.f64) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (*.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 (*.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.3% | (/.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))))) | |
| ✓ | 5.4% | (-.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)))) |
| 6.1% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) | |
| 7.6% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) | |
| 6.0% | (-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) | |
| 6.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) | |
| 6.2% | (-.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.3% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| ✓ | 4.2% | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 7.6% | (+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) | |
| 6.3% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 binary64)))) | |
| 7.7% | (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) | |
| 7.6% | (*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) | |
| 1.8% | (exp.f64 (*.f64 (log.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) #s(literal -1 binary64))) |
Compiled 7895 to 1893 computations (76% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.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 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 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) |
(-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) |
(-.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64))) |
(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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) |
(/.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 (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/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(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))) |
(*.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) (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))))))) |
(/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #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 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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #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 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (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))))))) |
(/.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (PI.f64) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.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) (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 (*.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) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #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 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
(/.f64 (fma.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 8 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))) (+.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 (*.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 (fma.f64 (PI.f64) (/.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 (*.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 (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)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
(/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #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 (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)) #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 (*.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 (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))) (+.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 (*.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 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.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) (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 (*.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) (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 (*.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 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.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))))) (/.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))) |
(/.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))) (+.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 (*.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 (+.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 #s(literal 4 binary64) (asin.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) #s(literal 1/8 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))))) #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 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)) (PI.f64))) (*.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)) #s(literal 2 binary64))) |
(/.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))) (+.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 (*.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 (+.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))))) #s(literal -1 binary64))) |
(/.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 (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)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
(/.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 (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)) #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 (*.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 (*.f64 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (/.f64 (*.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))) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (PI.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 (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 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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))))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) (+.f64 (*.f64 #s(literal -64 binary64) (pow.f64 (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)) (*.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 (*.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 (*.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 (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 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 3 binary64)) (/.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 (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 #s(literal -64 binary64) (pow.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal 6 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 (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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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 (fma.f64 (/.f64 (*.f64 (PI.f64) (PI.f64)) (/.f64 #s(literal 64 binary64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) (PI.f64) (*.f64 #s(literal -64 binary64) (pow.f64 (asin.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) (*.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 (*.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 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))) (PI.f64))))) #s(literal 64 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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(/.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 (*.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))) (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)) #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 (+.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 (PI.f64) (*.f64 (PI.f64) (/.f64 (*.f64 (PI.f64) (*.f64 (cbrt.f64 (*.f64 (PI.f64) (*.f64 (PI.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 (*.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 (*.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 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 binary64))))) #s(literal 64 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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.f64 (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 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 #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 (*.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 (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 (*.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 (*.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 (sqrt.f64 #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) (*.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 (*.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 (*.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) (*.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 (*.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 (*.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 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))))) #s(literal 64 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 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #s(literal 12 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/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)))) (+.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)) (*.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 (*.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 #s(literal -64 binary64) (pow.f64 (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)) (*.f64 (PI.f64) (*.f64 (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (PI.f64)) #s(literal 3 binary64))))) #s(literal 64 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 #s(literal 4 binary64) (asin.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) #s(literal 1/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)))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (/.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 (*.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 (*.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 (pow.f64 (cbrt.f64 (PI.f64)) #s(literal 9 binary64)) #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 (*.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 (*.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) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (exp.f64 (*.f64 (log.f64 (PI.f64)) #s(literal 3 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 9 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 (*.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) (*.f64 (PI.f64) (PI.f64))) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.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))))) #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 (*.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 (*.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) (*.f64 (PI.f64) (PI.f64))) #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 (*.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) (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 (*.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 (*.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 (*.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) (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 (*.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)) #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 (/.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 (/.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 (*.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)))))))) |
(/.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 (*.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 (*.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 (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)) (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 6 binary64))) #s(literal 64 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)) (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 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #s(literal 64 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 (*.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 (*.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 (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)) (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 6 binary64))) (/.f64 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (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))) #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)) (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 #s(literal 64 binary64) (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.f64)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 binary64))) (/.f64 (*.f64 (PI.f64) (*.f64 (PI.f64) (PI.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 (*.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 8 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 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 (*.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 (*.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 (*.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))) (*.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 (*.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 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 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 (*.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))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
7 calls:
| 25.0ms | x |
| 22.0ms | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 22.0ms | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 21.0ms | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 21.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 7.7% | 1 | x |
| 7.7% | 1 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 7.7% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 7.7% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 7.7% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 7.7% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 7.7% | 1 | (-.f64 #s(literal 1 binary64) x) |
Compiled 51 to 41 computations (19.6% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.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 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 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) |
(-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) |
(-.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64))) |
(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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) |
(/.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 (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/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(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))) |
(*.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) (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))))))) |
(/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #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 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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #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 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(/.f64 (/.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 (*.f64 (PI.f64) (PI.f64)) (pow.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) (PI.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 (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))))))) |
(/.f64 (+.f64 (*.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) #s(literal 2 binary64)) (-.f64 (PI.f64) (/.f64 (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.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) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (/.f64 (*.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) (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 (*.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) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 #s(literal 2 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #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 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (*.f64 (PI.f64) (PI.f64)) (pow.f64 (neg.f64 (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))) #s(literal 2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
7 calls:
| 13.0ms | x |
| 12.0ms | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 11.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 11.0ms | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 10.0ms | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 7.7% | 1 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 7.7% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 7.7% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 7.7% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 7.7% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 7.7% | 1 | (-.f64 #s(literal 1 binary64) x) |
| 7.7% | 1 | x |
Compiled 51 to 41 computations (19.6% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.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 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 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) |
(-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) |
(-.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64))) |
(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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) |
(/.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 (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/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(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))) |
(*.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) (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))))))) |
(/.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 (PI.f64) (PI.f64)) #s(literal 4 binary64)) (*.f64 (asin.f64 (sqrt.f64 #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 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 #s(literal 1/2 binary64) x)))) #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (PI.f64) (PI.f64))) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (PI.f64) (PI.f64)) (*.f64 (PI.f64) #s(literal 1/8 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))) (+.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 #s(literal 4 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 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))) #s(literal 2 binary64)) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) (PI.f64))) (*.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))))) #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 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64)) #s(literal 3 binary64))) (-.f64 (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))))) (+.f64 (PI.f64) (*.f64 #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)))) |
| Outputs |
|---|
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
7 calls:
| 22.0ms | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 11.0ms | x |
| 8.0ms | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 8.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 8.0ms | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 7.6% | 1 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 7.6% | 1 | x |
| 7.6% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 7.6% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 7.6% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 7.6% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 7.6% | 1 | (-.f64 #s(literal 1 binary64) x) |
Compiled 51 to 41 computations (19.6% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.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 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 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.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)))) |
(-.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/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))))) #s(literal 2 binary64)))) |
(-.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (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 #s(literal 1/2 binary64) x)))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.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 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (PI.f64))) |
(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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.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 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.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)))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (*.f64 (asin.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal -2 binary64))) |
(fma.f64 (/.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) (sqrt.f64 (PI.f64)) (-.f64 #s(literal 0 binary64) (-.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(fma.f64 (pow.f64 (*.f64 (PI.f64) (PI.f64)) #s(literal 1/4 binary64)) (/.f64 (sqrt.f64 (PI.f64)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64)))) #s(literal -2 binary64))) |
(/.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 (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)))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
7 calls:
| 9.0ms | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 8.0ms | x |
| 8.0ms | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 6.0ms | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 6.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 7.6% | 1 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 7.6% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 7.6% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 7.6% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 7.6% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 7.6% | 1 | (-.f64 #s(literal 1 binary64) x) |
| 7.6% | 1 | x |
Compiled 51 to 41 computations (19.6% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (pow.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.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 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))))) |
| Outputs |
|---|
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
7 calls:
| 4.0ms | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 3.0ms | x |
| 3.0ms | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 3.0ms | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 3.0ms | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 7.6% | 1 | (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))))) |
| 7.6% | 1 | (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))))) |
| 7.6% | 1 | (asin.f64 (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)))) |
| 7.6% | 1 | (sqrt.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64))) |
| 7.6% | 1 | x |
| 7.6% | 1 | (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal 2 binary64)) |
| 7.6% | 1 | (-.f64 #s(literal 1 binary64) x) |
Compiled 51 to 41 computations (19.6% saved)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 5.4% | 1 | x |
Compiled 2 to 1 computations (50% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| Outputs |
|---|
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
1 calls:
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 4.2% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| 1× | egg-herbie |
| 682× | distribute-lft-neg-in_binary64 |
| 440× | neg-mul-1_binary64 |
| 390× | cancel-sign-sub_binary64 |
| 384× | unsub-neg_binary64 |
| 328× | neg-sub0_binary64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 84 | 192 |
| 1 | 161 | 192 |
| 2 | 235 | 191 |
| 3 | 310 | 191 |
| 4 | 391 | 191 |
| 5 | 444 | 191 |
| 6 | 532 | 191 |
| 7 | 720 | 191 |
| 8 | 941 | 191 |
| 9 | 979 | 191 |
| 10 | 1105 | 191 |
| 11 | 1307 | 191 |
| 12 | 1575 | 191 |
| 13 | 1853 | 191 |
| 14 | 2031 | 191 |
| 15 | 2133 | 191 |
| 16 | 2186 | 191 |
| 17 | 2222 | 191 |
| 18 | 2241 | 191 |
| 19 | 2251 | 191 |
| 20 | 2254 | 191 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (PI.f64) (*.f64 (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))) #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 (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 #s(literal 2 binary64) (PI.f64)) (+.f64 (PI.f64) (*.f64 (acos.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x #s(literal -2 binary64)))))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (-.f64 (pow.f64 (*.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 0 binary64) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (PI.f64) (PI.f64))))) (*.f64 (/.f64 #s(literal 2 binary64) (PI.f64)) (+.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 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x)))) #s(literal -2 binary64))) (*.f64 (+.f64 (PI.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)) (PI.f64))) #s(literal -2 binary64)))) (/.f64 (PI.f64) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) x))))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (PI.f64) (+.f64 (+.f64 (PI.f64) (*.f64 #s(literal -2 binary64) (asin.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))))) (*.f64 #s(literal -2 binary64) (+.f64 (PI.f64) (/.f64 (*.f64 (pow.f64 (acos.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/2 binary64))))) #s(literal 2 binary64)) #s(literal -4 binary64)) (PI.f64)))))) (/.f64 (PI.f64) (+.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)))))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x)))))))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (PI.f64) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (-.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)) (/.f64 #s(literal 4 binary64) (PI.f64))) (PI.f64))) (+.f64 (PI.f64) (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))))) #s(literal 1 binary64)))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (+.f64 (PI.f64) (*.f64 (-.f64 #s(literal 0 binary64) (acos.f64 (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)))) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (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)))) (PI.f64))) |
(+.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) x))))) (*.f64 (PI.f64) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (PI.f64) (*.f64 (acos.f64 (sqrt.f64 #s(literal 1/2 binary64))) #s(literal 2 binary64)))) |
(+.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (-.f64 (*.f64 #s(literal 2 binary64) (acos.f64 (sqrt.f64 #s(literal 1/2 binary64)))) (PI.f64))) |
(-.f64 (/.f64 (PI.f64) #s(literal 2 binary64)) (*.f64 #s(literal 2 binary64) (asin.f64 (sqrt.f64 #s(literal 1/2 binary64))))) |
| 4800× | *-lowering-*.f32 |
| 4800× | *-lowering-*.f64 |
| 4554× | *-lowering-*.f32 |
| 4554× | *-lowering-*.f64 |
| 4476× | *-lowering-*.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 94 | 667 |
| 1 | 284 | 641 |
| 2 | 973 | 619 |
| 3 | 3434 | 611 |
| 0 | 8111 | 611 |
| 0 | 56 | 447 |
| 1 | 407 | 377 |
| 2 | 4368 | 369 |
| 0 | 8707 | 369 |
| 0 | 69 | 427 |
| 1 | 521 | 377 |
| 2 | 5107 | 370 |
| 0 | 8046 | 370 |
| 0 | 172 | 4840 |
| 1 | 503 | 4375 |
| 2 | 1378 | 4366 |
| 3 | 4793 | 4363 |
| 0 | 8550 | 4363 |
| 0 | 93 | 4944 |
| 1 | 290 | 4392 |
| 2 | 550 | 4272 |
| 3 | 1360 | 4200 |
| 4 | 4890 | 4188 |
| 0 | 8156 | 4188 |
| 0 | 11 | 39 |
| 1 | 85 | 38 |
| 2 | 650 | 38 |
| 0 | 8118 | 38 |
| 0 | 189 | 4252 |
| 1 | 557 | 3811 |
| 2 | 1457 | 3778 |
| 3 | 4835 | 3703 |
| 0 | 8311 | 3703 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 376 to 195 computations (48.1% saved)
Compiled 420 to 192 computations (54.3% saved)
Loading profile data...