
Time bar (total: 10.9s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 50% | 0.1% | 0% | 50% | 0% | 2 |
| 0% | 0% | 50% | 0.1% | 0% | 50% | 0% | 3 |
| 50% | 25% | 25% | 0.1% | 0% | 50% | 0% | 4 |
| 50% | 25% | 25% | 0.1% | 0% | 50% | 0% | 5 |
| 66.7% | 25% | 12.5% | 0.1% | 0% | 62.4% | 0% | 6 |
| 66.7% | 25% | 12.5% | 0.1% | 0% | 62.4% | 0% | 7 |
| 80% | 25% | 6.2% | 0.1% | 0% | 68.7% | 0% | 8 |
| 80% | 25% | 6.2% | 0.1% | 0% | 68.7% | 0% | 9 |
| 88.9% | 25% | 3.1% | 0.1% | 0% | 71.8% | 0% | 10 |
| 88.9% | 25% | 3.1% | 0.1% | 0% | 71.8% | 0% | 11 |
| 94.1% | 25% | 1.6% | 0.1% | 0% | 73.4% | 0% | 12 |
Compiled 23 to 14 computations (39.1% saved)
ival-add: 16.0ms (61.3% of total)ival-mult: 5.0ms (19.2% of total)ival-div: 2.0ms (7.7% of total)ival-sub: 1.0ms (3.8% of total)ival-sqrt: 1.0ms (3.8% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 907.0ms | 8256× | 0 | valid |
| 52.0ms | 460× | 0 | invalid |
ival-mult: 225.0ms (33.4% of total)ival-div: 217.0ms (32.2% of total)ival-sqrt: 95.0ms (14.1% of total)ival-add: 68.0ms (10.1% of total)ival-sub: 47.0ms (7% of total)const: 19.0ms (2.8% of total)backward-pass: 3.0ms (0.4% of total)| 2× | egg-herbie |
| 1940× | fnmsub-define |
| 1814× | fnmadd-define |
| 1436× | fma-define |
| 1376× | fmsub-define |
| 1282× | sum4-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 35 | 92 |
| 1 | 110 | 84 |
| 2 | 398 | 74 |
| 3 | 1552 | 72 |
| 4 | 5929 | 72 |
| 0 | 14 | 14 |
| 1 | 33 | 13 |
| 2 | 85 | 12 |
| 3 | 228 | 12 |
| 4 | 553 | 12 |
| 5 | 999 | 12 |
| 6 | 1613 | 12 |
| 7 | 2818 | 12 |
| 8 | 7396 | 12 |
| 9 | 7835 | 12 |
| 10 | 7992 | 12 |
| 0 | 8119 | 12 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
| Outputs |
|---|
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))))) |
| Inputs |
|---|
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
(* (- (neg a) (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- (neg a) (/ 1 3))))) rand))) |
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (neg rand)))) |
(neg (* (- (neg a) (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- (neg a) (/ 1 3))))) rand)))) |
(neg (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (neg rand))))) |
(* (- rand (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- rand (/ 1 3))))) a))) |
| Outputs |
|---|
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
(* (+ a -1/3) (fma (rsqrt (fma a 9 -3)) rand 1)) |
(* (- (neg a) (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- (neg a) (/ 1 3))))) rand))) |
(* (+ a 1/3) (fnmsub rand (rsqrt (fma a -9 -3)) 1)) |
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (neg rand)))) |
(* (+ a -1/3) (fnmsub (rsqrt (fma a 9 -3)) rand -1)) |
(neg (* (- (neg a) (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- (neg a) (/ 1 3))))) rand)))) |
(* (- -1/3 a) (fnmsub rand (rsqrt (fma a -9 -3)) 1)) |
(neg (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) (neg rand))))) |
(* (+ a -1/3) (fmsub (rsqrt (fma a 9 -3)) rand 1)) |
(* (- rand (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- rand (/ 1 3))))) a))) |
(* (+ rand -1/3) (fma a (rsqrt (fma 9 rand -3)) 1)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 0 | 0 | - | 0 | - | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 0 | 0 | - | 0 | - | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand) |
| 0 | 0 | - | 0 | - | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))) |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))) |
| 0 | 0 | - | 0 | - | #s(literal 9 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | rand |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) |
| 0 | 0 | - | 0 | - | (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand)) |
| 0 | 0 | - | 0 | - | a |
| 59.0ms | 482× | 0 | valid |
| 25.0ms | 14× | 2 | valid |
| 4.0ms | 16× | 1 | valid |
Compiled 196 to 41 computations (79.1% saved)
ival-mult: 11.0ms (31.9% of total)ival-div: 10.0ms (29% of total)ival-sqrt: 4.0ms (11.6% of total)ival-sub: 3.0ms (8.7% of total)ival-add: 3.0ms (8.7% of total)const: 1.0ms (2.9% of total)backward-pass: 1.0ms (2.9% of total)Compiled 16 to 11 computations (31.3% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.8% | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| ▶ | 99.8% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))))) |
Compiled 38 to 24 computations (36.8% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand) |
| ✓ | cost-diff | 256 | (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand)) |
| ✓ | cost-diff | 384 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| ✓ | cost-diff | 0 | (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64))))) |
| ✓ | cost-diff | 0 | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))))) |
| 1826× | fnmadd-define |
| 1382× | fmsub-define |
| 1342× | sum4-define |
| 1268× | sum3-define |
| 1262× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 109 |
| 1 | 47 | 105 |
| 2 | 132 | 94 |
| 3 | 316 | 94 |
| 4 | 670 | 94 |
| 5 | 1113 | 94 |
| 6 | 1755 | 94 |
| 7 | 2986 | 94 |
| 8 | 7590 | 94 |
| 0 | 8014 | 94 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))) |
(+ a -1/3) |
a |
-1/3 |
(+ 1 (/ rand (sqrt (* (+ a -1/3) 9)))) |
1 |
(/ rand (sqrt (* (+ a -1/3) 9))) |
rand |
(sqrt (* (+ a -1/3) 9)) |
(* (+ a -1/3) 9) |
9 |
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
(- a (/ 1 3)) |
a |
(/ 1 3) |
1 |
3 |
(+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) |
(* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) |
(/ 1 (sqrt (* 9 (- a (/ 1 3))))) |
(sqrt (* 9 (- a (/ 1 3)))) |
(* 9 (- a (/ 1 3))) |
9 |
rand |
| Outputs |
|---|
(* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
(+ 1 (/ rand (sqrt (* (+ a -1/3) 9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))))) |
1 |
#s(literal 1 binary64) |
(/ rand (sqrt (* (+ a -1/3) 9))) |
(/.f64 rand (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)))) |
rand |
(sqrt (* (+ a -1/3) 9)) |
(sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(* (+ a -1/3) 9) |
(+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)) |
9 |
#s(literal 9 binary64) |
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(- a (/ 1 3)) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
(/ 1 3) |
#s(literal 1/3 binary64) |
1 |
#s(literal 1 binary64) |
3 |
#s(literal 3 binary64) |
(+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))))) |
(* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) |
(/.f64 rand (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)))) |
(/ 1 (sqrt (* 9 (- a (/ 1 3))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)))) |
(sqrt (* 9 (- a (/ 1 3)))) |
(sqrt.f64 (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(* 9 (- a (/ 1 3))) |
(+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)) |
9 |
#s(literal 9 binary64) |
rand |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.9% | (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.7% | (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand) |
| ✓ | accuracy | 99.5% | (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) |
| ✓ | accuracy | 99.9% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))))) |
| ✓ | accuracy | 99.9% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)) |
| ✓ | accuracy | 99.7% | (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64))) |
| ✓ | accuracy | 99.6% | (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))) |
| 55.0ms | 241× | 0 | valid |
| 6.0ms | 7× | 2 | valid |
| 4.0ms | 8× | 1 | valid |
Compiled 138 to 21 computations (84.8% saved)
ival-mult: 9.0ms (26% of total)ival-add: 7.0ms (20.3% of total)ival-div: 6.0ms (17.4% of total)...c/correct-round.rkt:119:19: 5.0ms (14.5% of total)ival-sqrt: 4.0ms (11.6% of total)const: 1.0ms (2.9% of total)backward-pass: 1.0ms (2.9% of total)ival-sub: 1.0ms (2.9% of total)| Inputs |
|---|
#<alt (* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9)))))> |
#<alt (+ a -1/3)> |
#<alt (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))> |
#<alt (/ rand (sqrt (* (+ a -1/3) 9)))> |
#<alt (* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)))> |
#<alt (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))> |
#<alt (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)> |
#<alt (- a (/ 1 3))> |
#<alt (sqrt (* (+ a -1/3) 9))> |
#<alt (* (+ a -1/3) 9)> |
#<alt (/ 1 (sqrt (* 9 (- a (/ 1 3)))))> |
#<alt (sqrt (* 9 (- a (/ 1 3))))> |
#<alt (* 9 (- a (/ 1 3)))> |
| Outputs |
|---|
#<alt (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3)))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3)))))))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))> |
#<alt (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)))))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt 1> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt -3)))> |
#<alt (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3)))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3)))))))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))> |
#<alt (* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)))))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))))> |
#<alt 1> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt -3)))> |
#<alt (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* 3 (sqrt -1/3))> |
#<alt (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3)))> |
#<alt (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3))))))> |
#<alt (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3))))))> |
#<alt (* 3 (sqrt a))> |
#<alt (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a)))))> |
#<alt (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a))))))> |
#<alt (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a)))))))> |
#<alt (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1))))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))> |
#<alt -3> |
#<alt (- (* 9 a) 3)> |
#<alt (- (* 9 a) 3)> |
#<alt (- (* 9 a) 3)> |
#<alt (* 9 a)> |
#<alt (* a (- 9 (* 3 (/ 1 a))))> |
#<alt (* a (- 9 (* 3 (/ 1 a))))> |
#<alt (* a (- 9 (* 3 (/ 1 a))))> |
#<alt (* 9 a)> |
#<alt (* -1 (* a (- (* 3 (/ 1 a)) 9)))> |
#<alt (* -1 (* a (- (* 3 (/ 1 a)) 9)))> |
#<alt (* -1 (* a (- (* 3 (/ 1 a)) 9)))> |
#<alt (* 1/3 (sqrt -3))> |
#<alt (+ (* -3/2 (/ a (sqrt -3))) (* 1/3 (sqrt -3)))> |
#<alt (+ (* 1/3 (sqrt -3)) (* a (- (* -1/6 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 3/2 (/ 1 (sqrt -3))))))> |
#<alt (+ (* 1/3 (sqrt -3)) (* a (- (* a (+ (* -1/6 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/6 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 3/2 (/ 1 (sqrt -3))))))> |
#<alt (* 1/3 (sqrt (/ 1 a)))> |
#<alt (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))> |
#<alt (+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))))> |
#<alt (+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))) (* 1/3 (sqrt (/ 1 a))))))> |
#<alt (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))))> |
#<alt (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (sqrt -1) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (sqrt -1) (+ 1/27 (* -1/36 a))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))))> |
#<alt (* 3 (sqrt -1/3))> |
#<alt (+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3)))> |
#<alt (+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3))))))> |
#<alt (+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3))))))> |
#<alt (* 3 (sqrt a))> |
#<alt (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a)))))> |
#<alt (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a))))))> |
#<alt (* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a)))))))> |
#<alt (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1))))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))))> |
#<alt -3> |
#<alt (- (* 9 a) 3)> |
#<alt (- (* 9 a) 3)> |
#<alt (- (* 9 a) 3)> |
#<alt (* 9 a)> |
#<alt (* a (- 9 (* 3 (/ 1 a))))> |
#<alt (* a (- 9 (* 3 (/ 1 a))))> |
#<alt (* a (- 9 (* 3 (/ 1 a))))> |
#<alt (* 9 a)> |
#<alt (* -1 (* a (- (* 3 (/ 1 a)) 9)))> |
#<alt (* -1 (* a (- (* 3 (/ 1 a)) 9)))> |
#<alt (* -1 (* a (- (* 3 (/ 1 a)) 9)))> |
57 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | a | @ | 0 | (sqrt (* (+ a -1/3) 9)) |
| 1.0ms | a | @ | inf | (sqrt (* (+ a -1/3) 9)) |
| 1.0ms | a | @ | 0 | (* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))) |
| 1.0ms | rand | @ | 0 | (* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))) |
| 1.0ms | a | @ | -inf | (* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))) |
| 1× | batch-egg-rewrite |
| 4458× | *-lowering-*.f32 |
| 4458× | *-lowering-*.f64 |
| 2418× | /-lowering-/.f32 |
| 2418× | /-lowering-/.f64 |
| 1284× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 98 |
| 1 | 122 | 94 |
| 2 | 862 | 83 |
| 0 | 9065 | 83 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (+ a -1/3) (+ 1 (/ rand (sqrt (* (+ a -1/3) 9))))) |
(+ a -1/3) |
(+ 1 (/ rand (sqrt (* (+ a -1/3) 9)))) |
(/ rand (sqrt (* (+ a -1/3) 9))) |
(* (- a (/ 1 3)) (+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand))) |
(+ 1 (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)) |
(* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) |
(- a (/ 1 3)) |
(sqrt (* (+ a -1/3) 9)) |
(* (+ a -1/3) 9) |
(/ 1 (sqrt (* 9 (- a (/ 1 3))))) |
(sqrt (* 9 (- a (/ 1 3)))) |
(* 9 (- a (/ 1 3))) |
| Outputs |
|---|
(+.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a)) (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64))) (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a)) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) |
(+.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64)))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) a) |
(-.f64 a (-.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (-.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (-.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (/.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(-.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(-.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64)))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) rand) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) (neg.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) (-.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (neg.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(+.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 1/27 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) a #s(literal -1/3 binary64)) |
(neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) #s(literal 1/27 binary64))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (*.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (neg.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) rand #s(literal 1 binary64)) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64))) (neg.f64 (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 rand (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.f64 rand #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) rand) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) rand)) |
(*.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 3 binary64))) |
(*.f64 (/.f64 rand #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) (/.f64 rand (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 rand (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a)) (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64))) (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a)) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) |
(+.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64)))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) a) |
(-.f64 a (-.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (-.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (-.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (/.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(-.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(-.f64 (+.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64)))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) rand) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) (neg.f64 (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a))) (-.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) (-.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (neg.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) rand #s(literal 1 binary64)) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) (neg.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64))) (neg.f64 (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) (*.f64 (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) (/.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 rand rand) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 rand (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.f64 rand #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) rand) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) rand)) |
(*.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 3 binary64))) |
(*.f64 (/.f64 rand #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) (/.f64 rand (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)))) |
(*.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 rand (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (neg.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(+.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 1/27 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) a #s(literal -1/3 binary64)) |
(neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) #s(literal 1/27 binary64))) (*.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (*.f64 (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) (+.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(exp.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) |
(neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 3 binary64)) |
(+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(+.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -3 binary64)) |
(+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) |
(sqrt.f64 (*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(fma.f64 a #s(literal 9 binary64) #s(literal -3 binary64)) |
(fma.f64 #s(literal 9 binary64) a #s(literal -3 binary64)) |
(neg.f64 (neg.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64)))) |
(/.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 #s(literal -27 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 9 binary64) (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(/.f64 (+.f64 #s(literal -27 binary64) (pow.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 9 binary64) (-.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64)) #s(literal -27 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a)) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 3 binary64)) #s(literal -27 binary64)) (+.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64))) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a))) (-.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) (-.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a)) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64))) #s(literal 9 binary64)) (-.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) |
(*.f64 #s(literal 9 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 9 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)) |
(*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 9 binary64))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 9 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 9 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 9 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1/2 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64)) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal -1/4 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(exp.f64 (neg.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) |
(neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 3 binary64)) |
(+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(+.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -3 binary64)) |
(+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))))) |
(sqrt.f64 (*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(fma.f64 a #s(literal 9 binary64) #s(literal -3 binary64)) |
(fma.f64 #s(literal 9 binary64) a #s(literal -3 binary64)) |
(neg.f64 (neg.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64)))) |
(/.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64)) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 #s(literal -27 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64))) (+.f64 #s(literal 9 binary64) (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(/.f64 (+.f64 #s(literal -27 binary64) (pow.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 9 binary64) (-.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 3 binary64)) #s(literal -27 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a)) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 3 binary64)) #s(literal -27 binary64)) (+.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64))) (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a))) (-.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) (-.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a)) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64))) #s(literal 9 binary64)) (-.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) |
(*.f64 #s(literal 9 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 #s(literal 9 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 9 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)) |
(*.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) #s(literal 9 binary64))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 9 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64)) (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 9 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 9 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) (pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 #s(literal 9 binary64) a)) #s(literal 1/4 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal 3 binary64)) |
| 1× | egg-herbie |
| 4588× | *-lowering-*.f32 |
| 4588× | *-lowering-*.f64 |
| 3648× | +-lowering-+.f64 |
| 3648× | +-lowering-+.f32 |
| 1710× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 356 | 4072 |
| 1 | 1186 | 3499 |
| 2 | 4424 | 3441 |
| 0 | 8143 | 3441 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
1 |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt -3))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
1 |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* 1/3 (* rand (sqrt -3))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* 3 (sqrt -1/3)) |
(+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(* 3 (sqrt a)) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
-3 |
(- (* 9 a) 3) |
(- (* 9 a) 3) |
(- (* 9 a) 3) |
(* 9 a) |
(* a (- 9 (* 3 (/ 1 a)))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(* 9 a) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(* 1/3 (sqrt -3)) |
(+ (* -3/2 (/ a (sqrt -3))) (* 1/3 (sqrt -3))) |
(+ (* 1/3 (sqrt -3)) (* a (- (* -1/6 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 3/2 (/ 1 (sqrt -3)))))) |
(+ (* 1/3 (sqrt -3)) (* a (- (* a (+ (* -1/6 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/6 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 3/2 (/ 1 (sqrt -3)))))) |
(* 1/3 (sqrt (/ 1 a))) |
(+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))) |
(+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))) |
(+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))) (* 1/3 (sqrt (/ 1 a)))))) |
(* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (sqrt -1) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (sqrt -1) (+ 1/27 (* -1/36 a))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))) |
(* 3 (sqrt -1/3)) |
(+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(* 3 (sqrt a)) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
-3 |
(- (* 9 a) 3) |
(- (* 9 a) 3) |
(- (* 9 a) 3) |
(* 9 a) |
(* a (- 9 (* 3 (/ 1 a)))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(* 9 a) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
| Outputs |
|---|
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 45/16 binary64) rand) (sqrt.f64 #s(literal -3 binary64))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a) (+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) #s(literal 0 binary64))))) |
(* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64)))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))) |
(*.f64 (+.f64 (-.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64)))))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) (/.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/3 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))))) a))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) (/.f64 (+.f64 #s(literal -1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a))) #s(literal 0 binary64)) a))) a))) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))))) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 rand #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64))))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand)))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64))))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/18 binary64)))) |
(+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(+.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.f64 a (*.f64 a a))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt -3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 rand #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64)))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/18 binary64)))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(-.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.f64 a (*.f64 a a)))) |
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 45/16 binary64) rand) (sqrt.f64 #s(literal -3 binary64))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a) (+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) #s(literal 0 binary64))))) |
(* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64)))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))) |
(*.f64 (+.f64 (-.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64)))))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1/6 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) (/.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/3 binary64))) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))))) a))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* -1 (/ (+ (* -1 (/ (+ (* -1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* 1/18 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/6 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))))) a)) (* -1/3 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) (/.f64 (+.f64 #s(literal -1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 a))) #s(literal 0 binary64)) a))) a))) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 rand #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64))))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand)))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64))))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(+ 1 (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/18 binary64)))) |
(+ 1 (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))))) |
(+.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.f64 a (*.f64 a a))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))))) |
(* 1/3 (* rand (sqrt -3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 rand #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 #s(literal 1/54 binary64) rand))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64)))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(+.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/18 binary64)))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (* rand (sqrt -1)) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* rand (* (sqrt -1) (+ 1/27 (* -1/36 a)))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (* rand (sqrt -1)) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(-.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.f64 a (*.f64 a a)))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* 3 (sqrt -1/3)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) |
(+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 9/8 binary64)) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 a #s(literal 3/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/24 binary64))))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/24 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/144 binary64)))))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(*.f64 (sqrt.f64 #s(literal -9 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/72 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/432 binary64))))))) |
-3 |
#s(literal -3 binary64) |
(- (* 9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(- (* 9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(- (* 9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* a (- 9 (* 3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* 1/3 (sqrt -3)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -3/2 (/ a (sqrt -3))) (* 1/3 (sqrt -3))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 a (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 1/3 (sqrt -3)) (* a (- (* -1/6 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 3/2 (/ 1 (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* 1/3 (sqrt -3)) (* a (- (* a (+ (* -1/6 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/6 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 3/2 (/ 1 (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/16 binary64) a) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal -27/8 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -3/2 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(* 1/3 (sqrt (/ 1 a))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) |
(+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (* 1/3 (sqrt (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (+.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/54 binary64)))) |
(+ (* 1/54 (sqrt (/ 1 (pow a 5)))) (+ (* 1/18 (sqrt (/ 1 (pow a 3)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))) (* 1/3 (sqrt (/ 1 a)))))) |
(+.f64 (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))) #s(literal 1/6 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/54 binary64)))) |
(* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))) |
(+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -9 binary64))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/18 binary64))))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (sqrt -1) (sqrt -9)))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (sqrt -1) (+ 1/27 (* -1/36 a))) (sqrt -9))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (sqrt -1) (sqrt -9)))) (* (sqrt (/ 1 a)) (/ (sqrt -1) (sqrt -9))))) |
(-.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))) (sqrt.f64 #s(literal -9 binary64)))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.f64 a (*.f64 a a)))) |
(* 3 (sqrt -1/3)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) |
(+ (* 3/2 (/ a (sqrt -1/3))) (* 3 (sqrt -1/3))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* -3/8 (/ a (pow (sqrt -1/3) 3))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 9/8 binary64)) (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (* 3 (sqrt -1/3)) (* a (+ (* a (- (* 3/16 (/ a (pow (sqrt -1/3) 5))) (* 3/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 3/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 a #s(literal 3/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (* 3 (sqrt (/ 1 a))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (* 3 (sqrt (/ 1 a)))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/24 binary64))))) |
(* a (+ (* -1/2 (sqrt (/ 1 (pow a 3)))) (+ (* -1/24 (sqrt (/ 1 (pow a 5)))) (+ (* -1/144 (sqrt (/ 1 (pow a 7)))) (* 3 (sqrt (/ 1 a))))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/2 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/24 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/144 binary64)))))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(*.f64 (sqrt.f64 #s(literal -9 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) #s(literal -1/72 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* (sqrt -9) (sqrt -1)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/432 binary64))))))) |
-3 |
#s(literal -3 binary64) |
(- (* 9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(- (* 9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(- (* 9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* a (- 9 (* 3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* a (- 9 (* 3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
(* -1 (* a (- (* 3 (/ 1 a)) 9))) |
(*.f64 a (+.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) a))) |
Compiled 30872 to 2988 computations (90.3% saved)
10 alts after pruning (10 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1094 | 10 | 1104 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1096 | 10 | 1106 |
| Status | Accuracy | Program |
|---|---|---|
| 99.8% | (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) | |
| 99.6% | (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) | |
| ▶ | 99.8% | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
| ▶ | 60.3% | (+.f64 #s(literal -1/3 binary64) a) |
| ▶ | 99.8% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
| ▶ | 99.8% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)))) |
| 98.7% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) | |
| 40.7% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) | |
| 75.6% | (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) | |
| ▶ | 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
Compiled 282 to 196 computations (30.5% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
| ✓ | cost-diff | 0 | (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64))) |
| ✓ | cost-diff | 0 | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)))) |
| 2566× | fma-define |
| 944× | fma-lowering-fma.f32 |
| 944× | fma-lowering-fma.f64 |
| 592× | *-lowering-*.f32 |
| 592× | *-lowering-*.f64 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 174 |
| 1 | 73 | 172 |
| 2 | 196 | 172 |
| 3 | 483 | 172 |
| 4 | 887 | 172 |
| 5 | 1488 | 168 |
| 6 | 2156 | 168 |
| 7 | 2654 | 168 |
| 8 | 2874 | 168 |
| 9 | 2886 | 168 |
| 10 | 2908 | 168 |
| 11 | 2921 | 168 |
| 12 | 2923 | 168 |
| 13 | 2924 | 168 |
| 0 | 2924 | 168 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* (+ a -1/3) (+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3))) |
(+ a -1/3) |
a |
-1/3 |
(+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3)) |
1 |
(/ (/ rand (sqrt (+ a -1/3))) 3) |
(/ rand (sqrt (+ a -1/3))) |
rand |
(sqrt (+ a -1/3)) |
3 |
(+ -1/3 a) |
-1/3 |
a |
(* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))) |
a |
(+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand))) |
1 |
(* (sqrt (/ 1 a)) (* 1/3 rand)) |
(sqrt (/ 1 a)) |
(/ 1 a) |
(* 1/3 rand) |
1/3 |
rand |
(+ (* (sqrt (+ -1/3 a)) (* 1/3 rand)) (+ -1/3 a)) |
(* (sqrt (+ -1/3 a)) (* 1/3 rand)) |
(sqrt (+ -1/3 a)) |
(+ -1/3 a) |
-1/3 |
a |
(* 1/3 rand) |
1/3 |
rand |
(* (+ a -1/3) (+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1)) |
(+ a -1/3) |
a |
-1/3 |
(+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1) |
(/ (/ rand 3) (sqrt (+ a -1/3))) |
(/ rand 3) |
rand |
3 |
(sqrt (+ a -1/3)) |
1 |
| Outputs |
|---|
(* (+ a -1/3) (+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
(+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3)) |
(+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
1 |
#s(literal 1 binary64) |
(/ (/ rand (sqrt (+ a -1/3))) 3) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/ rand (sqrt (+ a -1/3))) |
(/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
rand |
(sqrt (+ a -1/3)) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
3 |
#s(literal 3 binary64) |
(+ -1/3 a) |
(+.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
a |
(* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 rand #s(literal 3 binary64))))) |
a |
(+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 rand #s(literal 3 binary64)))) |
1 |
#s(literal 1 binary64) |
(* (sqrt (/ 1 a)) (* 1/3 rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(* 1/3 rand) |
(/.f64 rand #s(literal 3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
rand |
(+ (* (sqrt (+ -1/3 a)) (* 1/3 rand)) (+ -1/3 a)) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(* (sqrt (+ -1/3 a)) (* 1/3 rand)) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) |
(sqrt (+ -1/3 a)) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(+ -1/3 a) |
(+.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
a |
(* 1/3 rand) |
(/.f64 rand #s(literal 3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
rand |
(* (+ a -1/3) (+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
(+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1) |
(+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/ (/ rand 3) (sqrt (+ a -1/3))) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/ rand 3) |
(/.f64 rand #s(literal 3 binary64)) |
rand |
3 |
#s(literal 3 binary64) |
(sqrt (+ a -1/3)) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
1 |
#s(literal 1 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
| ✓ | accuracy | 99.9% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 99.6% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal 1/3 binary64) rand) |
| ✓ | accuracy | 99.9% | (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
| ✓ | accuracy | 99.8% | (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
| ✓ | accuracy | 99.6% | (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal 1/3 binary64) rand) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64))) |
| ✓ | accuracy | 99.9% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)))) |
| ✓ | accuracy | 99.7% | (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
| 185.0ms | 256× | 0 | valid |
Compiled 183 to 27 computations (85.2% saved)
ival-mult: 59.0ms (52.2% of total)ival-div: 23.0ms (20.4% of total)...c/correct-round.rkt:119:19: 17.0ms (15% of total)ival-add: 8.0ms (7.1% of total)ival-sqrt: 6.0ms (5.3% of total)const: 1.0ms (0.9% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (+ a -1/3) (+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3)))> |
#<alt (+ a -1/3)> |
#<alt (+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3))> |
#<alt (/ (/ rand (sqrt (+ a -1/3))) 3)> |
#<alt (+ -1/3 a)> |
#<alt (* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand))))> |
#<alt (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))> |
#<alt (* (sqrt (/ 1 a)) (* 1/3 rand))> |
#<alt (sqrt (/ 1 a))> |
#<alt (+ (* (sqrt (+ -1/3 a)) (* 1/3 rand)) (+ -1/3 a))> |
#<alt (* (sqrt (+ -1/3 a)) (* 1/3 rand))> |
#<alt (sqrt (+ -1/3 a))> |
#<alt (* (+ a -1/3) (+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1))> |
#<alt (+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1)> |
#<alt (/ (/ rand 3) (sqrt (+ a -1/3)))> |
#<alt (/ rand (sqrt (+ a -1/3)))> |
#<alt (* 1/3 rand)> |
#<alt (sqrt (+ a -1/3))> |
| Outputs |
|---|
#<alt (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3)))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3)))))))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 a)) rand))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/54 (* (sqrt (/ 1 a)) rand)) (+ (* 1/54 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt a) rand)))) a)) (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) a)))))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt 1> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt -3)))> |
#<alt (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt a> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (/ (+ a (* 1/3 (* (sqrt a) rand))) a)> |
#<alt (/ (+ a (* 1/3 (* (sqrt a) rand))) a)> |
#<alt (/ (+ a (* 1/3 (* (sqrt a) rand))) a)> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (sqrt (/ 1 a))> |
#<alt (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))> |
#<alt (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))> |
#<alt (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))> |
#<alt (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))> |
#<alt (- (* 1/3 (* rand (sqrt -1/3))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3)> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a))))> |
#<alt (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a))))> |
#<alt (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1)))> |
#<alt (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1)))> |
#<alt (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1)))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt -1/3)))> |
#<alt (+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (sqrt -1/3)> |
#<alt (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (sqrt a)> |
#<alt (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5)))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7))))))))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))> |
#<alt (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3)))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))))> |
#<alt (+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3)))))))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 a)) rand))) a)))))> |
#<alt (* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/54 (* (sqrt (/ 1 a)) rand)) (+ (* 1/54 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt a) rand)))) a)) (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) a)))))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt 1> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))))> |
#<alt (+ 1 (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))))> |
#<alt (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (+ 1 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt -3)))> |
#<alt (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt (/ 1 (- a 1/3))))> |
#<alt (* rand (sqrt -3))> |
#<alt (+ (* -9/2 (/ (* a rand) (sqrt -3))) (* rand (sqrt -3)))> |
#<alt (+ (* a (+ (* -9/2 (/ rand (sqrt -3))) (* -1/2 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))) (* rand (sqrt -3)))> |
#<alt (+ (* a (+ (* -9/2 (/ rand (sqrt -3))) (* a (+ (* -1/2 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/2 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))) (* rand (sqrt -3)))> |
#<alt (* (sqrt (/ 1 a)) rand)> |
#<alt (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/2 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* (sqrt (/ 1 a)) rand))))> |
#<alt (* (sqrt (/ 1 a)) rand)> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (* (sqrt (/ 1 a)) rand)))> |
#<alt (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) rand)) (* 1/2 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (sqrt -1/3)> |
#<alt (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (sqrt a)> |
#<alt (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5)))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7))))))))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))> |
90 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 16.0ms | a | @ | inf | (+ (* (sqrt (+ -1/3 a)) (* 1/3 rand)) (+ -1/3 a)) |
| 3.0ms | rand | @ | inf | (* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))) |
| 2.0ms | a | @ | -inf | (* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))) |
| 1.0ms | a | @ | -inf | (* (+ a -1/3) (+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3))) |
| 1.0ms | rand | @ | 0 | (* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))) |
| 1× | batch-egg-rewrite |
| 3440× | /-lowering-/.f32 |
| 3440× | /-lowering-/.f64 |
| 2840× | *-lowering-*.f32 |
| 2840× | *-lowering-*.f64 |
| 1624× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 139 |
| 1 | 184 | 128 |
| 2 | 2106 | 120 |
| 0 | 8600 | 120 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (+ a -1/3) (+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3))) |
(+ a -1/3) |
(+ 1 (/ (/ rand (sqrt (+ a -1/3))) 3)) |
(/ (/ rand (sqrt (+ a -1/3))) 3) |
(+ -1/3 a) |
(* a (+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand)))) |
(+ 1 (* (sqrt (/ 1 a)) (* 1/3 rand))) |
(* (sqrt (/ 1 a)) (* 1/3 rand)) |
(sqrt (/ 1 a)) |
(+ (* (sqrt (+ -1/3 a)) (* 1/3 rand)) (+ -1/3 a)) |
(* (sqrt (+ -1/3 a)) (* 1/3 rand)) |
(sqrt (+ -1/3 a)) |
(* (+ a -1/3) (+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1)) |
(+ (/ (/ rand 3) (sqrt (+ a -1/3))) 1) |
(/ (/ rand 3) (sqrt (+ a -1/3))) |
(/ rand (sqrt (+ a -1/3))) |
(* 1/3 rand) |
(sqrt (+ a -1/3)) |
| Outputs |
|---|
(+.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(+.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)) (/.f64 (*.f64 a a) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal 3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a a)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a a))) (neg.f64 (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 a a) (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1/27 binary64) (pow.f64 (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal 3 binary64)) #s(literal -1/27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a)) (-.f64 #s(literal 1/9 binary64) (*.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(exp.f64 (+.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 a #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) a #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (*.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal -3 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (/.f64 rand (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64))) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (/.f64 rand (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(neg.f64 (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal -3 binary64))) |
(neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand))) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -3 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 #s(literal 1 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 rand #s(literal 1 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) rand)) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 rand #s(literal 1 binary64))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(*.f64 rand (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 rand (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 rand (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 rand #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 rand #s(literal -3 binary64))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(exp.f64 (+.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 a #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) a #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(+.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(-.f64 (/.f64 (*.f64 a a) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) (/.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))))) |
(fma.f64 a #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) |
(fma.f64 a (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 #s(literal 1 binary64) a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) |
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) a) a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) a) |
(fma.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) a a) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (*.f64 rand a) a) |
(fma.f64 (*.f64 a (pow.f64 a #s(literal -1/2 binary64))) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 (*.f64 a (/.f64 rand #s(literal 3 binary64))) (pow.f64 a #s(literal -1/2 binary64)) a) |
(fma.f64 (*.f64 a (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand a) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 a a) (-.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))))) |
(/.f64 (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64))) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) |
(/.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))))) |
(/.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))) a) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) a) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (*.f64 a a) (-.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (*.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)))) (neg.f64 (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))) a)) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) a)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))) (*.f64 a (*.f64 a a))) (+.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))) a) |
(+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand #s(literal 1 binary64)) |
(fma.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) rand) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 1 binary64)) (-.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 1 binary64))) (neg.f64 (-.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 a))) |
(/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 a)))) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (neg.f64 (sqrt.f64 a))) |
(/.f64 (*.f64 #s(literal 1 binary64) rand) (*.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(/.f64 (*.f64 rand #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) (sqrt.f64 a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) rand)) (*.f64 (sqrt.f64 a) #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 (neg.f64 (pow.f64 a #s(literal -1/2 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) rand) #s(literal 3 binary64)) |
(/.f64 (*.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand)) #s(literal -3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) rand)) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 rand #s(literal 1 binary64))) (neg.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64))) (neg.f64 (sqrt.f64 a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) rand))) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 (neg.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand) |
(*.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) rand) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/4 binary64)) #s(literal 3 binary64)) (/.f64 (pow.f64 a #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) rand))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log.f64 a)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 a)) #s(literal -1 binary64))) |
(fabs.f64 (pow.f64 a #s(literal -1/2 binary64))) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (sqrt.f64 a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 a))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/2 binary64)))) |
(pow.f64 a #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 a) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/4 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 a #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 #s(literal 1 binary64) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (pow.f64 a #s(literal -1/4 binary64)) (pow.f64 a #s(literal -1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (pow.f64 a #s(literal -1/2 binary64))) (sqrt.f64 (pow.f64 a #s(literal -1/2 binary64)))) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(+.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)) (/.f64 (*.f64 a a) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal 3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a a)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a a))) (neg.f64 (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 a a) (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1/27 binary64) (pow.f64 (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal 3 binary64)) #s(literal -1/27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a)) (-.f64 #s(literal 1/9 binary64) (*.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a)) |
(+.f64 (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(fma.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a)) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (neg.f64 (+.f64 a #s(literal -1/3 binary64))) (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) rand) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) rand) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal 3 binary64))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal 3 binary64))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal -3 binary64))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal -3 binary64))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) rand) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand #s(literal 3 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand #s(literal -3 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) rand) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand #s(literal -3 binary64))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 rand (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 rand (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 rand (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 rand (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 #s(literal -3 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 #s(literal -3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 #s(literal -3 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal 3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 3 binary64)) |
(/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 rand (+.f64 a #s(literal -1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand)) #s(literal -3 binary64)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) #s(literal -3 binary64)) |
(/.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal -3 binary64)) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 rand (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) rand)) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) rand)) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal 3 binary64)))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal 3 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal -3 binary64)))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand #s(literal -3 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) rand)) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand #s(literal 3 binary64)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand #s(literal -3 binary64)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) rand)) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand #s(literal 3 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand #s(literal -3 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 rand (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 rand (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 rand (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 rand (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 #s(literal -3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 #s(literal -3 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) rand)) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal -3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a)) (-.f64 (*.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a)) (*.f64 (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1/3 binary64)) (*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal 3 binary64)) (pow.f64 (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (*.f64 (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) rand) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal 3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) #s(literal 3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) rand)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal -3 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (sqrt.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (sqrt.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64)))) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(+.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)) (/.f64 (*.f64 a a) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (*.f64 #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand #s(literal 3 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a a)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a a))) (neg.f64 (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 a a) (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1/27 binary64) (pow.f64 (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal 3 binary64)) #s(literal -1/27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a)) (-.f64 #s(literal 1/9 binary64) (*.f64 (+.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) a) #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a)) (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) #s(literal -1/3 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3/2 binary64))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (/.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (*.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 rand (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)))) (neg.f64 (neg.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal -3 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (/.f64 rand (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64))) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (/.f64 rand (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(neg.f64 (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal -3 binary64))) |
(neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand))) |
(/.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -3 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 #s(literal 1 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 rand #s(literal 1 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) rand)) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 rand #s(literal 1 binary64))) (neg.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(*.f64 rand (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64))) |
(*.f64 rand (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 rand (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 rand #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 rand #s(literal -3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 rand #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 rand #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal -1 binary64))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand #s(literal -3 binary64))) |
(neg.f64 (/.f64 rand #s(literal -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) rand)))) |
(/.f64 rand #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand))) #s(literal -3 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 rand #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) rand) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -1/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (neg.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (sqrt.f64 (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (sqrt.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (sqrt.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (sqrt.f64 (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64)))) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 a a) #s(literal 1/9 binary64)) (*.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) |
| 1× | egg-herbie |
| 4110× | *-lowering-*.f32 |
| 4110× | *-lowering-*.f64 |
| 2688× | +-lowering-+.f64 |
| 2688× | +-lowering-+.f32 |
| 1424× | sum4-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 438 | 5218 |
| 1 | 1489 | 4500 |
| 2 | 6074 | 4433 |
| 0 | 8239 | 4433 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 a)) rand))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/54 (* (sqrt (/ 1 a)) rand)) (+ (* 1/54 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt a) rand)))) a)) (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) a))))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
1 |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+ 1 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt -3))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* 1/3 (* (sqrt a) rand)) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) a) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) a) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) a) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
1 |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(sqrt (/ 1 a)) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(- (* 1/3 (* rand (sqrt -1/3))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* 1/3 (* rand (sqrt -1/3))) |
(+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))) |
(* 1/3 (* (sqrt a) rand)) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(sqrt -1/3) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(sqrt a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 a)) rand))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/54 (* (sqrt (/ 1 a)) rand)) (+ (* 1/54 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt a) rand)))) a)) (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) a))))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
1 |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+ 1 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(* 1/3 (* rand (sqrt -3))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(* rand (sqrt -3)) |
(+ (* -9/2 (/ (* a rand) (sqrt -3))) (* rand (sqrt -3))) |
(+ (* a (+ (* -9/2 (/ rand (sqrt -3))) (* -1/2 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))) (* rand (sqrt -3))) |
(+ (* a (+ (* -9/2 (/ rand (sqrt -3))) (* a (+ (* -1/2 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/2 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))) (* rand (sqrt -3))) |
(* (sqrt (/ 1 a)) rand) |
(+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/2 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* (sqrt (/ 1 a)) rand)))) |
(* (sqrt (/ 1 a)) rand) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (* (sqrt (/ 1 a)) rand))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) rand)) (* 1/2 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(sqrt -1/3) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(sqrt a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
| Outputs |
|---|
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 45/16 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a) (+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) #s(literal 0 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a))))) |
(*.f64 (+.f64 (-.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 a)) rand))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/18 binary64))) #s(literal -1/3 binary64)) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/54 (* (sqrt (/ 1 a)) rand)) (+ (* 1/54 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt a) rand)))) a)) (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64)) (/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 rand (sqrt.f64 a)) #s(literal -1/18 binary64))) a))) a))) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 rand (*.f64 a #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/54 binary64))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/54 binary64))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64))))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)) (*.f64 #s(literal -1/54 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))))) |
(+ 1 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/54 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (*.f64 a (*.f64 a a))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt -3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 rand (*.f64 a #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/54 binary64)))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/54 binary64)) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)) (*.f64 #s(literal -1/54 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))) |
(+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(-.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/54 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (*.f64 a (*.f64 a a)))) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) a) |
(/.f64 (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) a) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) a) |
(/.f64 (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) a) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) a) |
(/.f64 (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) a) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) #s(literal 1 binary64)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) #s(literal 1 binary64)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) #s(literal 1 binary64)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(- (* 1/3 (* rand (sqrt -1/3))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(+.f64 (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64))))) (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3) |
(+.f64 (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))))))) (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/216 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (/.f64 #s(literal -1/3 binary64) a))))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(*.f64 (-.f64 (-.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal 1/18 binary64))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(*.f64 (-.f64 (-.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1/216 binary64)) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)))) a)) a)) (-.f64 #s(literal 0 binary64) a)) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt -1/3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64)))))))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal -1/216 binary64))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/1296 binary64)))) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/216 binary64)))))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(*.f64 a (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/216 binary64)) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
(*.f64 a (*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/216 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/1296 binary64))))) #s(literal -1 binary64))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(sqrt -1/3) |
(sqrt.f64 #s(literal -1/3 binary64)) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/8 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (-.f64 (/.f64 (*.f64 a #s(literal 1/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(sqrt a) |
(sqrt.f64 a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(*.f64 a (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(*.f64 a (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(*.f64 a (*.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)) (+.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64)))))) |
(* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* 1/2 (/ rand (sqrt -3))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* -1/3 (+ 1 (* 1/3 (* rand (sqrt -3))))) (* a (+ 1 (+ (* 1/3 (* rand (sqrt -3))) (+ (* 1/2 (/ rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (+ (* 1/18 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* a (+ (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 1/18 (/ (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))))))))))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal 45/16 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a) (+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))))) |
(* a (+ 1 (+ (* -1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) #s(literal 0 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) a))))) |
(*.f64 (+.f64 (-.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1/18 (* (sqrt (/ 1 a)) rand))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/18 binary64))) #s(literal -1/3 binary64)) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64))) a))) |
(* -1 (* a (+ (* -1 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* -1 (/ (+ (* -1 (/ (+ (* -1/54 (* (sqrt (/ 1 a)) rand)) (+ (* 1/54 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt a) rand)))) a)) (* -1/3 (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))) a))))) |
(*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) (/.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/9 binary64)) (/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 rand (sqrt.f64 a)) #s(literal -1/18 binary64))) a))) a))) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (* 1/3 (* rand (sqrt (/ 1 (- a 1/3)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* rand (+ (* 1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 (- a 1/3)))) (/ 1 rand)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(+ 1 (* 1/3 (* rand (sqrt -3)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ 1 (+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ 1 (+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 rand (*.f64 a #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/54 binary64))))) |
(+ 1 (+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(+.f64 (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/54 binary64))))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64))))) |
(+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)) (*.f64 #s(literal -1/54 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))))) |
(+ 1 (+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/54 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (*.f64 a (*.f64 a a))))) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (/ 1 (- a 1/3))))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt -3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -3/2 (/ (* a rand) (sqrt -3))) (* 1/3 (* rand (sqrt -3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* -1/6 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -3))) (* a (+ (* -3/2 (/ rand (sqrt -3))) (* a (+ (* -1/6 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/6 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -3/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 rand (*.f64 a #s(literal 405/8 binary64)))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/54 binary64)))) |
(+ (* 1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/54 binary64)) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(* 1/3 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) |
(+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/54 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)) (*.f64 #s(literal -1/54 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))) |
(+ (* -1 (/ (+ (* 1/54 (* (sqrt a) rand)) (* 1/6 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(-.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/18 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/54 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/6 binary64)))) (*.f64 a (*.f64 a a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt (/ 1 (- a 1/3)))) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)))) |
(* rand (sqrt -3)) |
(*.f64 rand (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -9/2 (/ (* a rand) (sqrt -3))) (* rand (sqrt -3))) |
(+.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 rand a) #s(literal -9/2 binary64)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* a (+ (* -9/2 (/ rand (sqrt -3))) (* -1/2 (/ (* a (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))))) (sqrt -3))))) (* rand (sqrt -3))) |
(+.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -9/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -81/8 binary64) rand) a) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* a (+ (* -9/2 (/ rand (sqrt -3))) (* a (+ (* -1/2 (/ (* a (* rand (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2)))))) (sqrt -3))) (* -1/2 (/ (* rand (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))))))) (* rand (sqrt -3))) |
(+.f64 (*.f64 rand (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal -9/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 rand (*.f64 a #s(literal 405/8 binary64))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 #s(literal -81/8 binary64) rand) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* (sqrt (/ 1 a)) rand) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)) |
(*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)))) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))) |
(+.f64 (*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/18 binary64)))) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* 1/2 (* (sqrt (/ 1 (pow a 7))) (* rand (- 1/27 (* 1/36 a))))) (* (sqrt (/ 1 a)) rand)))) |
(+.f64 (+.f64 (*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/18 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) #s(literal 1/2 binary64)))) |
(* (sqrt (/ 1 a)) rand) |
(*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)) |
(*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) rand)) (* (sqrt (/ 1 a)) rand))) |
(+.f64 (*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal -1/18 binary64)))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) rand)) (* 1/2 (* (sqrt (/ 1 a)) (* rand (+ 1/27 (* -1/36 a)))))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))) |
(-.f64 (*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (/.f64 (+.f64 (*.f64 #s(literal 1/18 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 #s(literal 1/2 binary64) (*.f64 rand (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))))) (*.f64 a (*.f64 a a)))) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(sqrt -1/3) |
(sqrt.f64 #s(literal -1/3 binary64)) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/8 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (-.f64 (/.f64 (*.f64 a #s(literal 1/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(sqrt a) |
(sqrt.f64 a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(*.f64 a (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(*.f64 a (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(*.f64 a (*.f64 #s(literal 1 binary64) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)) (+.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64)))))) |
Compiled 53814 to 4255 computations (92.1% saved)
18 alts after pruning (17 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2105 | 15 | 2120 |
| Fresh | 3 | 2 | 5 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 2112 | 18 | 2130 |
| Status | Accuracy | Program |
|---|---|---|
| 33.8% | (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) | |
| ▶ | 20.5% | (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| 99.8% | (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) | |
| ▶ | 99.9% | (+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
| 98.2% | (+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) | |
| 99.8% | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) | |
| ▶ | 98.2% | (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
| ✓ | 60.3% | (+.f64 #s(literal -1/3 binary64) a) |
| 99.4% | (*.f64 (pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) | |
| 33.7% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) | |
| 20.5% | (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) | |
| 40.7% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) | |
| ▶ | 73.9% | (*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
| 98.2% | (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) | |
| 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) | |
| 39.6% | (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) | |
| 59.8% | a | |
| ▶ | 1.5% | #s(literal -1/3 binary64) |
Compiled 423 to 308 computations (27.2% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
| ✓ | cost-diff | 0 | (/.f64 a rand) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
| ✓ | cost-diff | 128 | (*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 a) |
| ✓ | cost-diff | 0 | (*.f64 rand (sqrt.f64 a)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
| ✓ | cost-diff | 0 | (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
| ✓ | cost-diff | 0 | (*.f64 a a) |
| ✓ | cost-diff | 0 | (*.f64 a (*.f64 a a)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| ✓ | cost-diff | 0 | (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
| 4172× | /-lowering-/.f32 |
| 4172× | /-lowering-/.f64 |
| 3258× | *-lowering-*.f32 |
| 3258× | *-lowering-*.f64 |
| 2446× | associate-/r* |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 135 |
| 1 | 64 | 129 |
| 2 | 117 | 129 |
| 3 | 153 | 129 |
| 4 | 166 | 129 |
| 5 | 169 | 129 |
| 6 | 282 | 129 |
| 7 | 743 | 129 |
| 8 | 2740 | 129 |
| 9 | 3767 | 129 |
| 10 | 4670 | 129 |
| 11 | 4975 | 129 |
| 12 | 5215 | 129 |
| 13 | 5574 | 129 |
| 0 | 8621 | 129 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* (pow (+ a -1/3) 1/2) rand) 3) (+ -1/3 a)) |
(/ (* (pow (+ a -1/3) 1/2) rand) 3) |
(* (pow (+ a -1/3) 1/2) rand) |
(pow (+ a -1/3) 1/2) |
(+ a -1/3) |
a |
-1/3 |
1/2 |
rand |
3 |
(+ -1/3 a) |
-1/3 |
(/ (+ (* a (* a a)) -1/27) (+ 1/9 (* a (+ a 1/3)))) |
(+ (* a (* a a)) -1/27) |
(* a (* a a)) |
a |
(* a a) |
-1/27 |
(+ 1/9 (* a (+ a 1/3))) |
1/9 |
(* a (+ a 1/3)) |
(+ a 1/3) |
1/3 |
(+ a (* 1/3 (* rand (sqrt a)))) |
a |
(* 1/3 (* rand (sqrt a))) |
1/3 |
(* rand (sqrt a)) |
rand |
(sqrt a) |
(* rand (+ (/ a rand) (* 1/3 (sqrt a)))) |
rand |
(+ (/ a rand) (* 1/3 (sqrt a))) |
(/ a rand) |
a |
(* 1/3 (sqrt a)) |
1/3 |
(sqrt a) |
| Outputs |
|---|
(+ (/ (* (pow (+ a -1/3) 1/2) rand) 3) (+ -1/3 a)) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64))) |
(/ (* (pow (+ a -1/3) 1/2) rand) 3) |
(/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) |
(* (pow (+ a -1/3) 1/2) rand) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) |
(pow (+ a -1/3) 1/2) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
1/2 |
#s(literal 1/2 binary64) |
rand |
3 |
#s(literal 3 binary64) |
(+ -1/3 a) |
(+.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(/ (+ (* a (* a a)) -1/27) (+ 1/9 (* a (+ a 1/3)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(+ (* a (* a a)) -1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(* a (* a a)) |
(*.f64 a (*.f64 a a)) |
a |
(* a a) |
(*.f64 a a) |
-1/27 |
#s(literal -1/27 binary64) |
(+ 1/9 (* a (+ a 1/3))) |
(+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) |
1/9 |
#s(literal 1/9 binary64) |
(* a (+ a 1/3)) |
(*.f64 a (+.f64 a #s(literal 1/3 binary64))) |
(+ a 1/3) |
(+.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(+ a (* 1/3 (* rand (sqrt a)))) |
(+.f64 a (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
a |
(* 1/3 (* rand (sqrt a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
1/3 |
#s(literal 1/3 binary64) |
(* rand (sqrt a)) |
(*.f64 rand (sqrt.f64 a)) |
rand |
(sqrt a) |
(sqrt.f64 a) |
(* rand (+ (/ a rand) (* 1/3 (sqrt a)))) |
(+.f64 a (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
rand |
(+ (/ a rand) (* 1/3 (sqrt a))) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(/ a rand) |
(/.f64 a rand) |
a |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
1/3 |
#s(literal 1/3 binary64) |
(sqrt a) |
(sqrt.f64 a) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
| ✓ | accuracy | 99.4% | (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
| ✓ | accuracy | 75.7% | (*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 100.0% | (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
| ✓ | accuracy | 99.7% | (*.f64 rand (sqrt.f64 a)) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 a (+.f64 a #s(literal 1/3 binary64))) |
| ✓ | accuracy | 99.8% | (*.f64 a (*.f64 a a)) |
| ✓ | accuracy | 37.4% | (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) |
| ✓ | accuracy | 99.6% | (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) |
| 93.0ms | 256× | 0 | valid |
Compiled 151 to 30 computations (80.1% saved)
...c/correct-round.rkt:119:19: 15.0ms (25.9% of total)ival-mult: 14.0ms (24.1% of total)ival-add: 12.0ms (20.7% of total)ival-pow: 8.0ms (13.8% of total)ival-div: 6.0ms (10.3% of total)ival-sqrt: 2.0ms (3.4% of total)const: 1.0ms (1.7% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (/ (* (pow (+ a -1/3) 1/2) rand) 3) (+ -1/3 a))> |
#<alt (/ (* (pow (+ a -1/3) 1/2) rand) 3)> |
#<alt (* (pow (+ a -1/3) 1/2) rand)> |
#<alt (pow (+ a -1/3) 1/2)> |
#<alt (/ (+ (* a (* a a)) -1/27) (+ 1/9 (* a (+ a 1/3))))> |
#<alt (+ (* a (* a a)) -1/27)> |
#<alt (* a (* a a))> |
#<alt (* a a)> |
#<alt (+ a (* 1/3 (* rand (sqrt a))))> |
#<alt (* 1/3 (* rand (sqrt a)))> |
#<alt (* rand (sqrt a))> |
#<alt (sqrt a)> |
#<alt (* rand (+ (/ a rand) (* 1/3 (sqrt a))))> |
#<alt (+ (/ a rand) (* 1/3 (sqrt a)))> |
#<alt (/ a rand)> |
#<alt (* 1/3 (sqrt a))> |
#<alt (+ -1/3 a)> |
#<alt (* a (+ a 1/3))> |
| Outputs |
|---|
#<alt (- (* 1/3 (* rand (sqrt -1/3))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3)> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a))))> |
#<alt (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a))))> |
#<alt (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1)))> |
#<alt (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1)))> |
#<alt (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1)))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt -1/3)))> |
#<alt (+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (sqrt -1/3))> |
#<alt (+ (* 1/2 (/ (* a rand) (sqrt -1/3))) (* rand (sqrt -1/3)))> |
#<alt (+ (* a (+ (* -1/8 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/2 (/ rand (sqrt -1/3))))) (* rand (sqrt -1/3)))> |
#<alt (+ (* a (+ (* 1/2 (/ rand (sqrt -1/3))) (* a (+ (* -1/8 (/ rand (pow (sqrt -1/3) 3))) (* 1/16 (/ (* a rand) (pow (sqrt -1/3) 5))))))) (* rand (sqrt -1/3)))> |
#<alt (* (sqrt a) rand)> |
#<alt (* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))> |
#<alt (* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/432 (* (sqrt (/ 1 (pow a 7))) rand)) (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (* rand (sqrt (- a 1/3)))> |
#<alt (sqrt -1/3)> |
#<alt (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (sqrt a)> |
#<alt (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5)))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7))))))))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))> |
#<alt (* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (/ 1 (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (/ 1 (pow (sqrt -1) 2)))) (+ (* -1/432 (* (sqrt (/ 1 (pow a 7))) (/ 1 (pow (sqrt -1) 4)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt -1/27> |
#<alt (- (pow a 3) 1/27)> |
#<alt (- (pow a 3) 1/27)> |
#<alt (- (pow a 3) 1/27)> |
#<alt (pow a 3)> |
#<alt (* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (pow a 3)> |
#<alt (* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1)))> |
#<alt (* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1)))> |
#<alt (* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1)))> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt a> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* (sqrt a) rand)> |
#<alt (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt a> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))))> |
#<alt (* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))))> |
#<alt (* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))))> |
#<alt (* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))))> |
#<alt (* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))> |
#<alt (/ a rand)> |
#<alt (/ (+ a (* 1/3 (* (sqrt a) rand))) rand)> |
#<alt (/ (+ a (* 1/3 (* (sqrt a) rand))) rand)> |
#<alt (/ (+ a (* 1/3 (* (sqrt a) rand))) rand)> |
#<alt (* 1/3 (sqrt a))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (+ (* 1/3 (sqrt a)) (/ a rand))> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (/ a rand)> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* 1/3 a)> |
#<alt (* a (+ 1/3 a))> |
#<alt (* a (+ 1/3 a))> |
#<alt (* a (+ 1/3 a))> |
#<alt (pow a 2)> |
#<alt (* (pow a 2) (+ 1 (* 1/3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ 1 (* 1/3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ 1 (* 1/3 (/ 1 a))))> |
#<alt (pow a 2)> |
#<alt (* (pow a 2) (+ 1 (* 1/3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ 1 (* 1/3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ 1 (* 1/3 (/ 1 a))))> |
81 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | a | @ | -inf | (/ a rand) |
| 1.0ms | a | @ | inf | (* rand (+ (/ a rand) (* 1/3 (sqrt a)))) |
| 1.0ms | a | @ | -inf | (pow (+ a -1/3) 1/2) |
| 1.0ms | a | @ | -inf | (/ (+ (* a (* a a)) -1/27) (+ 1/9 (* a (+ a 1/3)))) |
| 1.0ms | a | @ | inf | (/ (+ (* a (* a a)) -1/27) (+ 1/9 (* a (+ a 1/3)))) |
| 1× | batch-egg-rewrite |
| 3244× | /-lowering-/.f32 |
| 3244× | /-lowering-/.f64 |
| 3000× | *-lowering-*.f32 |
| 3000× | *-lowering-*.f64 |
| 2208× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 29 | 116 |
| 1 | 186 | 92 |
| 2 | 1872 | 92 |
| 0 | 9431 | 92 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* (pow (+ a -1/3) 1/2) rand) 3) (+ -1/3 a)) |
(/ (* (pow (+ a -1/3) 1/2) rand) 3) |
(* (pow (+ a -1/3) 1/2) rand) |
(pow (+ a -1/3) 1/2) |
(/ (+ (* a (* a a)) -1/27) (+ 1/9 (* a (+ a 1/3)))) |
(+ (* a (* a a)) -1/27) |
(* a (* a a)) |
(* a a) |
(+ a (* 1/3 (* rand (sqrt a)))) |
(* 1/3 (* rand (sqrt a))) |
(* rand (sqrt a)) |
(sqrt a) |
(* rand (+ (/ a rand) (* 1/3 (sqrt a)))) |
(+ (/ a rand) (* 1/3 (sqrt a))) |
(/ a rand) |
(* 1/3 (sqrt a)) |
(+ -1/3 a) |
(* a (+ a 1/3)) |
| Outputs |
|---|
(+.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) a) #s(literal -1/3 binary64)) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))) (/.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))) |
(-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 2 binary64)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a)) (/.f64 (*.f64 a a) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a))) |
(fma.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 rand (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 rand (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(fma.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 #s(literal -3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (+.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (*.f64 #s(literal -3 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand))) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal -3 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)))) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 3 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal -3 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 3 binary64)) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal -3 binary64)) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a)))) |
(/.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64))))) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 2 binary64)) (*.f64 a a)) (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (+.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (neg.f64 (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (neg.f64 (*.f64 #s(literal -3 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (+.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) (neg.f64 (*.f64 #s(literal -3 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal -3 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand))))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 3 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal -3 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand))))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 3 binary64)) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal -3 binary64)) (*.f64 (+.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand))))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (+.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand))))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))))) (neg.f64 (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 2 binary64)) (*.f64 a a))) (neg.f64 (-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 a a) (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 2 binary64)) (*.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1/27 binary64) (pow.f64 (+.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 #s(literal 1/9 binary64) (-.f64 (*.f64 (+.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) (+.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) a) #s(literal 3 binary64)) #s(literal -1/27 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) a)) (-.f64 #s(literal 1/9 binary64) (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) a) #s(literal -1/3 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))) (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal -3 binary64))) |
(neg.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal -3 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal 3 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)))) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 rand (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/3 binary64))) |
(*.f64 rand (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) |
(*.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) rand)) |
(*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/4 binary64)) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/4 binary64)))) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (pow.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1/2 binary64)) (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64))) |
(/.f64 (pow.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (sqrt.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (sqrt.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (sqrt.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (sqrt.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) #s(literal 1 binary64))) (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))))) (sqrt.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (sqrt.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (sqrt.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 (neg.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (pow.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1/2 binary64))) (neg.f64 (pow.f64 (+.f64 a #s(literal 1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (neg.f64 (pow.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1/2 binary64))) (neg.f64 (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64)))) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) #s(literal 1/2 binary64)) (pow.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (pow.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) |
(*.f64 (sqrt.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) (sqrt.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))))) |
(*.f64 (sqrt.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 #s(literal 1/729 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 (/.f64 #s(literal 1/729 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (/.f64 #s(literal 1/729 binary64) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (/.f64 #s(literal 1/729 binary64) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) |
(/.f64 (exp.f64 (log.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (exp.f64 (log.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (exp.f64 (log.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (exp.f64 (log.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (exp.f64 (log.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (exp.f64 (log.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (exp.f64 (log.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(pow.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 2 binary64)) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(+.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))) |
(-.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (/.f64 #s(literal 1/729 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(-.f64 (/.f64 #s(literal 1/729 binary64) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(fma.f64 a (*.f64 a a) #s(literal -1/27 binary64)) |
(fma.f64 (*.f64 a a) a #s(literal -1/27 binary64)) |
(fma.f64 (pow.f64 a #s(literal 3/2 binary64)) (pow.f64 a #s(literal 3/2 binary64)) #s(literal -1/27 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (neg.f64 (+.f64 #s(literal 1/729 binary64) (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)))) (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)))) (neg.f64 (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(exp.f64 (*.f64 #s(literal 3 binary64) (log.f64 a))) |
(pow.f64 a #s(literal 3 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 a #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 3 binary64)) |
(*.f64 a (*.f64 a a)) |
(*.f64 (*.f64 a a) a) |
(*.f64 (pow.f64 a #s(literal 3/2 binary64)) (pow.f64 a #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) |
(pow.f64 a #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64)) |
(*.f64 a a) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) a) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a))))) (/.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) a)) (/.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) a))) |
(fma.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) a) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)) a) |
(fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) a) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) a) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64))) (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64))) (+.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (-.f64 (*.f64 a a) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a)))) (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand))))) |
(/.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand))) (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a)))) (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (-.f64 (*.f64 a a) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)))) (neg.f64 (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a a)) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) a)) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand))))) (neg.f64 (neg.f64 (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a a))) (neg.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) a))) |
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a)))) (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))))) |
(*.f64 (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand))) (/.f64 #s(literal 1 binary64) (+.f64 a (*.f64 #s(literal -1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(*.f64 rand (sqrt.f64 a)) |
(*.f64 (sqrt.f64 a) rand) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 1/2 binary64))) |
(sqrt.f64 a) |
(pow.f64 a #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 a #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 a #s(literal 1/4 binary64)) (pow.f64 a #s(literal 1/4 binary64))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 a #s(literal 1 binary64))) |
(+.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64))) (-.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) (/.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) |
(fma.f64 a #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(fma.f64 rand (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(fma.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (*.f64 a #s(literal 1 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)) (*.f64 a #s(literal 1 binary64))) |
(fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) (*.f64 a #s(literal 1 binary64))) |
(fma.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) (*.f64 a #s(literal 1 binary64))) |
(fma.f64 (/.f64 a rand) rand (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand (*.f64 a #s(literal 1 binary64))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) (*.f64 a #s(literal 1 binary64))) |
(fma.f64 (*.f64 rand a) (/.f64 #s(literal 1 binary64) rand) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1 binary64)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64))) (+.f64 (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))))) |
(/.f64 (*.f64 rand (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64)))) (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand)))) |
(/.f64 (*.f64 rand (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64)))) (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))) rand) (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))) rand) (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand))) (-.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1 binary64)) (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)))) (neg.f64 (-.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) |
(/.f64 (neg.f64 (*.f64 rand (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))))) |
(/.f64 (neg.f64 (*.f64 rand (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))))) (neg.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))) rand)) (neg.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))) rand)) (neg.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) #s(literal 3/2 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 a #s(literal 1/9 binary64)) (*.f64 rand rand)) (-.f64 (*.f64 (*.f64 a #s(literal 1 binary64)) (*.f64 a #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (*.f64 a #s(literal 1 binary64)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(*.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 a rand)) |
(-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 a (-.f64 #s(literal 0 binary64) rand))) |
(-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 (-.f64 #s(literal 0 binary64) a) rand)) |
(-.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) (/.f64 (*.f64 a #s(literal 1/9 binary64)) (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))) |
(-.f64 (/.f64 (*.f64 a #s(literal 1/9 binary64)) (-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 a rand))) (/.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 a rand)))) |
(fma.f64 a (/.f64 #s(literal 1 binary64) rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(fma.f64 #s(literal 1/3 binary64) (sqrt.f64 a) (/.f64 a rand)) |
(fma.f64 (sqrt.f64 a) #s(literal 1/3 binary64) (/.f64 a rand)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) rand)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) rand) a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(/.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))) (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand)))) |
(/.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))) (+.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (-.f64 (/.f64 a rand) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) (/.f64 rand a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))) (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))) (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))) (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64)))) (neg.f64 (+.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (-.f64 (/.f64 a rand) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) (/.f64 rand a))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64)))) (neg.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))) |
(/.f64 (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a a) (*.f64 rand rand))) (-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 a rand))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a a) (*.f64 rand rand)))) (neg.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 a rand)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))) (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (/.f64 a rand) (/.f64 (*.f64 a a) (*.f64 rand rand))) (pow.f64 (*.f64 a #s(literal 1/9 binary64)) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (-.f64 (*.f64 a #s(literal 1/9 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand))))) |
(*.f64 (-.f64 (/.f64 (*.f64 a a) (*.f64 rand rand)) (*.f64 a #s(literal 1/9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 rand a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) rand)) (/.f64 a (-.f64 #s(literal 0 binary64) rand))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) rand))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) rand)) |
(/.f64 a rand) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) rand)) |
(/.f64 #s(literal 1 binary64) (/.f64 rand a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 rand a)))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) rand) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 rand a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 rand a) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) rand))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) rand)))) |
(pow.f64 (/.f64 rand a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 rand a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) rand)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) rand))) |
(*.f64 #s(literal 1 binary64) (/.f64 a rand)) |
(*.f64 (/.f64 #s(literal 1 binary64) rand) a) |
(*.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 (*.f64 a a) (+.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 #s(literal 1/729 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 (/.f64 #s(literal 1/729 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (/.f64 #s(literal 1/729 binary64) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (/.f64 #s(literal 1/729 binary64) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 1/27 binary64) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) (neg.f64 (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (neg.f64 (+.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (neg.f64 (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) |
(/.f64 (exp.f64 (log.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (exp.f64 (log.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (exp.f64 (log.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (exp.f64 (log.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (exp.f64 (log.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (exp.f64 (log.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (exp.f64 (log.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (neg.f64 (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (neg.f64 (neg.f64 (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(pow.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 2 binary64)) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/4 binary64)) #s(literal 4 binary64)) |
(pow.f64 (*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) #s(literal -1/729 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64))) |
(+.f64 (*.f64 a a) (neg.f64 (*.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (fma.f64 #s(literal 1/3 binary64) a (*.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a a)) |
(-.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (+.f64 (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64)))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (+.f64 (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (-.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (+.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 a a (*.f64 a #s(literal 1/3 binary64))) |
(fma.f64 a a (neg.f64 (*.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 a #s(literal 1/3 binary64) (*.f64 a a)) |
(fma.f64 a (+.f64 a #s(literal 1/3 binary64)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) a (*.f64 a a)) |
(fma.f64 (+.f64 a #s(literal 1/3 binary64)) a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (-.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 1/3 binary64)))) (-.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (+.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) a) (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (+.f64 (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (-.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (+.f64 (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 1/3 binary64))))) (neg.f64 (-.f64 (*.f64 a a) (*.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (*.f64 (*.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 a a) #s(literal -1/9 binary64)))) (neg.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a)) (neg.f64 (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) a)) (neg.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (pow.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (-.f64 (*.f64 (neg.f64 (*.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 a #s(literal -1/3 binary64)))) (*.f64 (*.f64 a a) (neg.f64 (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (pow.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 (*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64)))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) (*.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (+.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) a) (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 a a))))) |
(*.f64 a (+.f64 a #s(literal 1/3 binary64))) |
(*.f64 (+.f64 a #s(literal 1/3 binary64)) a) |
(*.f64 (/.f64 a (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 a (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (/.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (/.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(*.f64 (/.f64 a (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 a #s(literal 1 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (/.f64 a (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))))) |
(*.f64 (/.f64 a (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 #s(literal 1/27 binary64) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))))) (/.f64 a (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) #s(literal 1 binary64)) (/.f64 a (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 (*.f64 a a) #s(literal -1/9 binary64))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (/.f64 a (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))))) (/.f64 a (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (/.f64 a (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
| 1× | egg-herbie |
| 4668× | *-lowering-*.f32 |
| 4668× | *-lowering-*.f64 |
| 4492× | +-lowering-+.f64 |
| 4492× | +-lowering-+.f32 |
| 1328× | distribute-lft-in |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 312 | 2771 |
| 1 | 1053 | 2496 |
| 2 | 4114 | 2452 |
| 0 | 8232 | 2452 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* 1/3 (* rand (sqrt -1/3))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* 1/3 (* rand (sqrt -1/3))) |
(+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))) |
(* 1/3 (* (sqrt a) rand)) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (sqrt -1/3)) |
(+ (* 1/2 (/ (* a rand) (sqrt -1/3))) (* rand (sqrt -1/3))) |
(+ (* a (+ (* -1/8 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/2 (/ rand (sqrt -1/3))))) (* rand (sqrt -1/3))) |
(+ (* a (+ (* 1/2 (/ rand (sqrt -1/3))) (* a (+ (* -1/8 (/ rand (pow (sqrt -1/3) 3))) (* 1/16 (/ (* a rand) (pow (sqrt -1/3) 5))))))) (* rand (sqrt -1/3))) |
(* (sqrt a) rand) |
(* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))) |
(* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (* (sqrt (/ 1 a)) rand)))) |
(* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/432 (* (sqrt (/ 1 (pow a 7))) rand)) (* (sqrt (/ 1 a)) rand))))) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(* rand (sqrt (- a 1/3))) |
(sqrt -1/3) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(sqrt a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (/ 1 (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (/ 1 (pow (sqrt -1) 2)))) (+ (* -1/432 (* (sqrt (/ 1 (pow a 7))) (/ 1 (pow (sqrt -1) 4)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
-1/27 |
(- (pow a 3) 1/27) |
(- (pow a 3) 1/27) |
(- (pow a 3) 1/27) |
(pow a 3) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(pow a 3) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(* 1/3 (* (sqrt a) rand)) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* (sqrt a) rand) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* 1/3 (* (sqrt a) rand)) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(* 1/3 (sqrt a)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(/ a rand) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) rand) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) rand) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) rand) |
(* 1/3 (sqrt a)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(* 1/3 (sqrt a)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(/ a rand) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* 1/3 a) |
(* a (+ 1/3 a)) |
(* a (+ 1/3 a)) |
(* a (+ 1/3 a)) |
(pow a 2) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(pow a 2) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
| Outputs |
|---|
(- (* 1/3 (* rand (sqrt -1/3))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64))))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(*.f64 (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal 1/18 binary64))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64)) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1/216 binary64)) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)))) a)) a)) #s(literal -1 binary64)))) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt -1/3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64)))))))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 (*.f64 rand a) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (*.f64 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (*.f64 rand (+.f64 (+.f64 (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal -1/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(*.f64 a (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64))) (+.f64 (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/1296 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (sqrt -1/3)) |
(*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) |
(+ (* 1/2 (/ (* a rand) (sqrt -1/3))) (* rand (sqrt -1/3))) |
(+.f64 (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* a (+ (* -1/8 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/2 (/ rand (sqrt -1/3))))) (* rand (sqrt -1/3))) |
(+.f64 (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/8 binary64))) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/2 binary64))))) |
(+ (* a (+ (* 1/2 (/ rand (sqrt -1/3))) (* a (+ (* -1/8 (/ rand (pow (sqrt -1/3) 3))) (* 1/16 (/ (* a rand) (pow (sqrt -1/3) 5))))))) (* rand (sqrt -1/3))) |
(+.f64 (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/8 binary64)) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64)))))))) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))) |
(*.f64 rand (*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64))))) |
(* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)))))) |
(* a (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/432 (* (sqrt (/ 1 (pow a 7))) rand)) (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (*.f64 rand (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)))))) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (sqrt.f64 a)) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.f64 a (*.f64 rand (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/432 binary64))))))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(* rand (sqrt (- a 1/3))) |
(*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(sqrt -1/3) |
(sqrt.f64 #s(literal -1/3 binary64)) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 3/8 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 a #s(literal 1/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(sqrt a) |
(sqrt.f64 a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(*.f64 a (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (/ 1 (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (/ 1 (pow (sqrt -1) 2)))) (+ (* -1/432 (* (sqrt (/ 1 (pow a 7))) (/ 1 (pow (sqrt -1) 4)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (+.f64 (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
-1/27 |
#s(literal -1/27 binary64) |
(- (pow a 3) 1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(- (pow a 3) 1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(- (pow a 3) 1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* (sqrt a) rand) |
(*.f64 rand (sqrt.f64 a)) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (sqrt.f64 a)) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (sqrt.f64 a)) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (sqrt.f64 a)) |
(* -1 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (sqrt.f64 a)) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (* rand (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(* a (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(*.f64 a (+.f64 (/.f64 #s(literal 1 binary64) rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) (/ 1 rand)))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand)) (-.f64 #s(literal 0 binary64) a)) |
(/ a rand) |
(/.f64 a rand) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) rand) |
(/.f64 (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) rand) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) rand) |
(/.f64 (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) rand) |
(/ (+ a (* 1/3 (* (sqrt a) rand))) rand) |
(/.f64 (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) rand) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(+ (* 1/3 (sqrt a)) (/ a rand)) |
(+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(/ a rand) |
(/.f64 a rand) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* 1/3 a) |
(*.f64 #s(literal 1/3 binary64) a) |
(* a (+ 1/3 a)) |
(*.f64 a (+.f64 #s(literal 1/3 binary64) a)) |
(* a (+ 1/3 a)) |
(*.f64 a (+.f64 #s(literal 1/3 binary64) a)) |
(* a (+ 1/3 a)) |
(*.f64 a (+.f64 #s(literal 1/3 binary64) a)) |
(pow a 2) |
(*.f64 a a) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(pow a 2) |
(*.f64 a a) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(* (pow a 2) (+ 1 (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
Compiled 20836 to 2105 computations (89.9% saved)
23 alts after pruning (20 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 934 | 9 | 943 |
| Fresh | 1 | 11 | 12 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 938 | 23 | 961 |
| Status | Accuracy | Program |
|---|---|---|
| 10.0% | (/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) | |
| ▶ | 7.8% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| 33.8% | (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) | |
| 13.3% | (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) | |
| 11.0% | (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) | |
| 99.8% | (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) | |
| 60.2% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) | |
| 99.4% | (+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) | |
| 98.2% | (+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) | |
| ▶ | 99.8% | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
| ▶ | 98.1% | (+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
| ✓ | 98.2% | (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
| ✓ | 60.3% | (+.f64 #s(literal -1/3 binary64) a) |
| 99.4% | (*.f64 (pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) | |
| ▶ | 33.7% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
| 40.7% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) | |
| 35.6% | (*.f64 rand (/.f64 a rand)) | |
| 39.6% | (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) | |
| 98.2% | (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) | |
| 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) | |
| 39.6% | (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) | |
| ▶ | 59.8% | a |
| ✓ | 1.5% | #s(literal -1/3 binary64) |
Compiled 634 to 408 computations (35.6% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand) |
| ✓ | cost-diff | 0 | (+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) |
| ✓ | cost-diff | 384 | (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
| ✓ | cost-diff | 384 | (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 a a) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
| ✓ | cost-diff | 128 | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand)) |
| ✓ | cost-diff | 128 | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) |
| ✓ | cost-diff | 128 | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
| 3966× | +-lowering-+.f64 |
| 3966× | +-lowering-+.f32 |
| 2610× | *-lowering-*.f32 |
| 2610× | *-lowering-*.f64 |
| 1280× | distribute-lft-in |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 244 |
| 1 | 103 | 218 |
| 2 | 265 | 189 |
| 3 | 649 | 184 |
| 4 | 2087 | 184 |
| 5 | 6537 | 184 |
| 0 | 8392 | 184 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) (+ -1/3 a)) |
(* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) |
(sqrt (+ -1/3 a)) |
(+ -1/3 a) |
-1/3 |
a |
(/ 1 (/ 3 rand)) |
1 |
(/ 3 rand) |
3 |
rand |
a |
(* (- 1/9 (* a a)) (/ 1 (- -1/3 a))) |
(- 1/9 (* a a)) |
1/9 |
(* a a) |
a |
(/ 1 (- -1/3 a)) |
1 |
(- -1/3 a) |
-1/3 |
(/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3)))) |
(/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) |
(+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) |
(* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) |
(* a (* a a)) |
a |
(* a a) |
(* (* a a) (* (* a (* a a)) a)) |
(* (* a (* a a)) a) |
-1/19683 |
(+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27))) |
(- 1/729 (* (* a (* a a)) -1/27)) |
1/729 |
(* (* a (* a a)) -1/27) |
-1/27 |
(+ 1/9 (* a (+ a 1/3))) |
1/9 |
(* a (+ a 1/3)) |
(+ a 1/3) |
1/3 |
(+ a (* (* 1/3 (sqrt a)) rand)) |
a |
(* (* 1/3 (sqrt a)) rand) |
(* 1/3 (sqrt a)) |
1/3 |
(sqrt a) |
rand |
| Outputs |
|---|
(+ (* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) (+ -1/3 a)) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)))) |
(* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) |
(sqrt (+ -1/3 a)) |
(sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
(+ -1/3 a) |
(+.f64 #s(literal -1/3 binary64) a) |
-1/3 |
#s(literal -1/3 binary64) |
a |
(/ 1 (/ 3 rand)) |
(/.f64 rand #s(literal 3 binary64)) |
1 |
#s(literal 1 binary64) |
(/ 3 rand) |
(/.f64 #s(literal 3 binary64) rand) |
3 |
#s(literal 3 binary64) |
rand |
a |
(* (- 1/9 (* a a)) (/ 1 (- -1/3 a))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(- 1/9 (* a a)) |
(-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
1/9 |
#s(literal 1/9 binary64) |
(* a a) |
(*.f64 a a) |
a |
(/ 1 (- -1/3 a)) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) |
1 |
#s(literal 1 binary64) |
(- -1/3 a) |
(-.f64 #s(literal -1/3 binary64) a) |
-1/3 |
#s(literal -1/3 binary64) |
(/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 (*.f64 a a) (*.f64 a (*.f64 a a)))))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 a (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 (*.f64 a a) (*.f64 a (*.f64 a a)))))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 a (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) |
(+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 (*.f64 a a) (*.f64 a (*.f64 a a)))))) #s(literal -1/19683 binary64)) |
(* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) |
(*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 (*.f64 a a) (*.f64 a (*.f64 a a)))))) |
(* a (* a a)) |
(*.f64 a (*.f64 a a)) |
a |
(* a a) |
(*.f64 a a) |
(* (* a a) (* (* a (* a a)) a)) |
(*.f64 a (*.f64 (*.f64 a a) (*.f64 a (*.f64 a a)))) |
(* (* a (* a a)) a) |
(*.f64 a (*.f64 a (*.f64 a a))) |
-1/19683 |
#s(literal -1/19683 binary64) |
(+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27))) |
(+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 a (*.f64 a (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(- 1/729 (* (* a (* a a)) -1/27)) |
(+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 a (*.f64 a #s(literal 1/27 binary64))))) |
1/729 |
#s(literal 1/729 binary64) |
(* (* a (* a a)) -1/27) |
(*.f64 (*.f64 a a) (*.f64 a #s(literal -1/27 binary64))) |
-1/27 |
#s(literal -1/27 binary64) |
(+ 1/9 (* a (+ a 1/3))) |
(+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) |
1/9 |
#s(literal 1/9 binary64) |
(* a (+ a 1/3)) |
(*.f64 a (+.f64 a #s(literal 1/3 binary64))) |
(+ a 1/3) |
(+.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(+ a (* (* 1/3 (sqrt a)) rand)) |
(+.f64 a (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64))) |
a |
(* (* 1/3 (sqrt a)) rand) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(* 1/3 (sqrt a)) |
(/.f64 (sqrt.f64 a) #s(literal 3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(sqrt a) |
(sqrt.f64 a) |
rand |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 100.0% | (+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand) |
| ✓ | accuracy | 99.4% | (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 a (*.f64 a a)) |
| ✓ | accuracy | 37.4% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| ✓ | accuracy | 27.2% | (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 a a) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 54.5% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand)) |
| ✓ | accuracy | 99.6% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) |
| 108.0ms | 256× | 0 | valid |
Compiled 312 to 39 computations (87.5% saved)
...c/correct-round.rkt:119:19: 20.0ms (29.7% of total)ival-mult: 18.0ms (26.7% of total)ival-div: 11.0ms (16.3% of total)ival-add: 9.0ms (13.4% of total)ival-sub: 4.0ms (5.9% of total)ival-sqrt: 4.0ms (5.9% of total)const: 1.0ms (1.5% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) (+ -1/3 a))> |
#<alt (* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand)))> |
#<alt (/ 1 (/ 3 rand))> |
#<alt (sqrt (+ -1/3 a))> |
#<alt (* (- 1/9 (* a a)) (/ 1 (- -1/3 a)))> |
#<alt (- 1/9 (* a a))> |
#<alt (* a a)> |
#<alt (/ 1 (- -1/3 a))> |
#<alt (/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3))))> |
#<alt (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27))))> |
#<alt (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))> |
#<alt (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683)> |
#<alt (+ a (* (* 1/3 (sqrt a)) rand))> |
#<alt (* (* 1/3 (sqrt a)) rand)> |
#<alt (* 1/3 (sqrt a))> |
#<alt (sqrt a)> |
#<alt (* a (* a a))> |
#<alt (* (* a (* a a)) -1/27)> |
| Outputs |
|---|
#<alt (- (* 1/3 (* rand (sqrt -1/3))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3)> |
#<alt (- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3)> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a))))> |
#<alt (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a))))> |
#<alt (* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1)))> |
#<alt (* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1)))> |
#<alt (* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1)))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* 1/3 (* rand (sqrt -1/3)))> |
#<alt (+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3))))> |
#<alt (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))> |
#<alt (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (* 1/3 rand)> |
#<alt (sqrt -1/3)> |
#<alt (+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3))))))> |
#<alt (sqrt a)> |
#<alt (* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5)))))))> |
#<alt (* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7))))))))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt 1/9> |
#<alt (+ 1/9 (* -1 (pow a 2)))> |
#<alt (+ 1/9 (* -1 (pow a 2)))> |
#<alt (+ 1/9 (* -1 (pow a 2)))> |
#<alt (* -1 (pow a 2))> |
#<alt (* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1))> |
#<alt (* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1))> |
#<alt (* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1))> |
#<alt (* -1 (pow a 2))> |
#<alt (* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1))> |
#<alt (* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1))> |
#<alt (* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1))> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt (pow a 2)> |
#<alt -3> |
#<alt (- (* 9 a) 3)> |
#<alt (- (* a (+ 9 (* -27 a))) 3)> |
#<alt (- (* a (+ 9 (* a (- (* 81 a) 27)))) 3)> |
#<alt (/ -1 a)> |
#<alt (/ (- (* 1/3 (/ 1 a)) 1) a)> |
#<alt (/ (- (* 1/3 (/ 1 a)) (+ 1 (/ 1/9 (pow a 2)))) a)> |
#<alt (/ (- (+ (* 1/3 (/ 1 a)) (* 1/27 (/ 1 (pow a 3)))) (+ 1 (/ 1/9 (pow a 2)))) a)> |
#<alt (/ -1 a)> |
#<alt (* -1 (/ (- 1 (* 1/3 (/ 1 a))) a))> |
#<alt (* -1 (/ (+ 1 (* -1 (/ (- 1/3 (* 1/9 (/ 1 a))) a))) a))> |
#<alt (* -1 (/ (+ 1 (* -1 (/ (+ 1/3 (* -1 (/ (- 1/9 (* 1/27 (/ 1 a))) a))) a))) a))> |
#<alt -1/3> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt (- a 1/3)> |
#<alt a> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt (* a (- 1 (* 1/3 (/ 1 a))))> |
#<alt a> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) 1)))> |
#<alt -1/27> |
#<alt (- (pow a 3) 1/27)> |
#<alt (- (pow a 3) 1/27)> |
#<alt (- (pow a 3) 1/27)> |
#<alt (pow a 3)> |
#<alt (* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (pow a 3)> |
#<alt (* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1)))> |
#<alt (* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1)))> |
#<alt (* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1)))> |
#<alt 1/729> |
#<alt (+ 1/729 (* 1/27 (pow a 3)))> |
#<alt (+ 1/729 (* (pow a 3) (+ 1/27 (pow a 3))))> |
#<alt (+ 1/729 (* (pow a 3) (+ 1/27 (pow a 3))))> |
#<alt (pow a 6)> |
#<alt (* (pow a 6) (+ 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3))))))> |
#<alt (* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3))))))> |
#<alt (pow a 6)> |
#<alt (* (pow a 6) (+ 1 (* 1/27 (/ 1 (pow a 3)))))> |
#<alt (* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3))))))> |
#<alt (* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3))))))> |
#<alt -1/19683> |
#<alt -1/19683> |
#<alt (- (pow a 9) 1/19683)> |
#<alt (- (pow a 9) 1/19683)> |
#<alt (pow a 9)> |
#<alt (pow a 9)> |
#<alt (* (pow a 9) (- 1 (* 1/19683 (/ 1 (pow a 9)))))> |
#<alt (* (pow a 9) (- 1 (* 1/19683 (/ 1 (pow a 9)))))> |
#<alt (pow a 9)> |
#<alt (pow a 9)> |
#<alt (* -1 (* (pow a 9) (- (* 1/19683 (/ 1 (pow a 9))) 1)))> |
#<alt (* -1 (* (pow a 9) (- (* 1/19683 (/ 1 (pow a 9))) 1)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt (* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<alt a> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (+ a (* 1/3 (* (sqrt a) rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt a)) (/ a rand)))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a)))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* 1/3 (sqrt a))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1/3 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (sqrt a)> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (* -1 (* (sqrt a) (pow (sqrt -1) 2)))> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (pow a 3)> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
#<alt (* -1/27 (pow a 3))> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | a | @ | inf | (/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3)))) |
| 1.0ms | a | @ | 0 | (/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3)))) |
| 1.0ms | a | @ | -inf | (/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3)))) |
| 0.0ms | a | @ | inf | (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) |
| 0.0ms | a | @ | -inf | (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) |
| 1× | batch-egg-rewrite |
| 2952× | fma-lowering-fma.f32 |
| 2952× | fma-lowering-fma.f64 |
| 2396× | *-lowering-*.f32 |
| 2396× | *-lowering-*.f64 |
| 1966× | prod-diff |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 161 |
| 1 | 252 | 129 |
| 2 | 2369 | 120 |
| 0 | 8265 | 120 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) (+ -1/3 a)) |
(* (sqrt (+ -1/3 a)) (/ 1 (/ 3 rand))) |
(/ 1 (/ 3 rand)) |
(sqrt (+ -1/3 a)) |
(* (- 1/9 (* a a)) (/ 1 (- -1/3 a))) |
(- 1/9 (* a a)) |
(* a a) |
(/ 1 (- -1/3 a)) |
(/ (/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) (+ 1/9 (* a (+ a 1/3)))) |
(/ (+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) (+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27)))) |
(+ (* (* a a) (* (* a (* a a)) a)) (- 1/729 (* (* a (* a a)) -1/27))) |
(+ (* (* a (* a a)) (* (* a a) (* (* a (* a a)) a))) -1/19683) |
(+ a (* (* 1/3 (sqrt a)) rand)) |
(* (* 1/3 (sqrt a)) rand) |
(* 1/3 (sqrt a)) |
(sqrt a) |
(* a (* a a)) |
(* (* a (* a a)) -1/27) |
| Outputs |
|---|
(+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) a) |
(+.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) a) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)))) |
(fma.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64)) rand (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64)) rand (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) (/.f64 rand #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) rand) (+.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (-.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))))) (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 27 binary64) (*.f64 (*.f64 rand rand) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 27 binary64) (*.f64 (*.f64 rand rand) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)))) (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (-.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 27 binary64) (*.f64 (*.f64 rand rand) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)))) (+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 3 binary64) rand))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a))) (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 27 binary64) (*.f64 (*.f64 rand rand) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (-.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) #s(literal 3 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) #s(literal 2 binary64)) (*.f64 a a)) (-.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) a)) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)) (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand)))) (-.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (-.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))))) (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 27 binary64) (*.f64 (*.f64 rand rand) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 3/2 binary64)) (/.f64 #s(literal 27 binary64) (*.f64 (*.f64 rand rand) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (-.f64 (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))))))) |
(*.f64 (-.f64 (/.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/2 binary64)) (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/2 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 #s(literal -3 binary64) rand)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64)) rand) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64)) rand) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 rand #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -3 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1 binary64)) |
(pow.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 rand #s(literal 1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/3 binary64) rand) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) rand)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (sqrt.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal -1/3 binary64) a))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(*.f64 (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal -1/3 binary64) a) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/2 binary64)) (pow.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 #s(literal -1/3 binary64) a))) #s(literal 1/2 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 1/9 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(+.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal -1/3 binary64) a)) (/.f64 (*.f64 a a) (-.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 1/9 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (+.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 a a) #s(literal -1/9 binary64)) (-.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a)) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a)) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) (+.f64 (neg.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -1/9 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 #s(literal -1/3 binary64) a)))) |
(+.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal 1/9 binary64)) |
(-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
(-.f64 (/.f64 #s(literal 1/729 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))))) (/.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(-.f64 (/.f64 #s(literal 1/81 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))) (/.f64 (*.f64 a (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(fma.f64 a (-.f64 #s(literal 0 binary64) a) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a a) #s(literal 1/9 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) a #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1 binary64)) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) (neg.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) (*.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))))) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) (-.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(*.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 a (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 a))) |
(pow.f64 a #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64)) |
(*.f64 a a) |
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a))) |
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal -1/3 binary64) a)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (-.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal -1/3 binary64) a)) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (-.f64 #s(literal -1/3 binary64) a))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal -1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 (neg.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -1/9 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) |
(/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (neg.f64 (+.f64 (neg.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -1/9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (+.f64 (neg.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -1/9 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(/.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) #s(literal -1/9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))))) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (-.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) #s(literal 1/9 binary64))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a (+.f64 a #s(literal 1/3 binary64))) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))) (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))))) |
(/.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal 1 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) |
(*.f64 (+.f64 #s(literal 1/19683 binary64) (neg.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)))) |
(+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(+.f64 #s(literal 1/729 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) |
(+.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) |
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) |
(-.f64 #s(literal 1/729 binary64) (-.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) |
(-.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))) (/.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64)))))) |
(fma.f64 a (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(fma.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(fma.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a a) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(fma.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/531441 binary64) (*.f64 (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) |
(fma.f64 (-.f64 #s(literal 1/531441 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) a (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64)))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) (neg.f64 (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64)))) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (-.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))) (+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal 1/729 binary64)) (*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64)))))) |
(+.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) |
(+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal -1/19683 binary64)) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64))) (/.f64 #s(literal 1/387420489 binary64) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)))) |
(fma.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 a a) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 a a) (*.f64 a (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 a (*.f64 a (*.f64 a a))) #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))) a #s(literal -1/19683 binary64)) |
(fma.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 a a) #s(literal -1/19683 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) (+.f64 #s(literal 1/387420489 binary64) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64))) (neg.f64 (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64))) (neg.f64 (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)))) |
(/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) |
(pow.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)) (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))) #s(literal -1/7625597484987 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal 1/387420489 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/19683 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) #s(literal -1/387420489 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))) #s(literal 1/19683 binary64)))) |
(+.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(-.f64 (/.f64 (*.f64 a a) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) (/.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))))) |
(fma.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) a) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)) a) |
(fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand a) |
(fma.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a a) (*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) (-.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a))) (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 3 binary64))) (+.f64 (*.f64 a a) (*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) (-.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (-.f64 (*.f64 a a) (*.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 rand (sqrt.f64 a)))))) |
(/.f64 (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64))) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 a a) (*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) (-.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)))) (neg.f64 (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)) (*.f64 a a)) (-.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a a) (*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) (-.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a))) (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a a) (*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) (-.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a))))) |
(*.f64 (-.f64 (*.f64 a a) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)) (*.f64 (log.f64 a) #s(literal 1/2 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal 1/2 binary64)) (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand) |
(*.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 1/2 binary64))) |
(sqrt.f64 a) |
(pow.f64 a #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 a #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 a #s(literal 1/4 binary64)) (pow.f64 a #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 a)) #s(literal 3/2 binary64))) |
(pow.f64 a #s(literal 3 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 a #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 3 binary64)) |
(*.f64 a (*.f64 a a)) |
(*.f64 (*.f64 a a) a) |
(*.f64 (pow.f64 a #s(literal 3/2 binary64)) (pow.f64 a #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal -1/3 binary64) a)) #s(literal 3 binary64))) |
(pow.f64 (*.f64 #s(literal -1/3 binary64) a) #s(literal 3 binary64)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(*.f64 (*.f64 a a) (*.f64 a #s(literal -1/27 binary64))) |
(*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(*.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -1/27 binary64)) a) |
(*.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (*.f64 #s(literal -1/27 binary64) a) (*.f64 a a)) |
| 1× | egg-herbie |
| 4422× | +-lowering-+.f64 |
| 4422× | +-lowering-+.f32 |
| 4232× | *-lowering-*.f32 |
| 4232× | *-lowering-*.f64 |
| 1046× | distribute-lft-in |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 329 | 2251 |
| 1 | 1040 | 2025 |
| 2 | 3785 | 2003 |
| 0 | 8080 | 2003 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (* 1/3 (* rand (sqrt -1/3))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(- a 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* 1/3 (* rand (sqrt -1/3))) |
(+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))) |
(* 1/3 (* (sqrt a) rand)) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(* 1/3 rand) |
(sqrt -1/3) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(sqrt a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
1/9 |
(+ 1/9 (* -1 (pow a 2))) |
(+ 1/9 (* -1 (pow a 2))) |
(+ 1/9 (* -1 (pow a 2))) |
(* -1 (pow a 2)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(* -1 (pow a 2)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
-3 |
(- (* 9 a) 3) |
(- (* a (+ 9 (* -27 a))) 3) |
(- (* a (+ 9 (* a (- (* 81 a) 27)))) 3) |
(/ -1 a) |
(/ (- (* 1/3 (/ 1 a)) 1) a) |
(/ (- (* 1/3 (/ 1 a)) (+ 1 (/ 1/9 (pow a 2)))) a) |
(/ (- (+ (* 1/3 (/ 1 a)) (* 1/27 (/ 1 (pow a 3)))) (+ 1 (/ 1/9 (pow a 2)))) a) |
(/ -1 a) |
(* -1 (/ (- 1 (* 1/3 (/ 1 a))) a)) |
(* -1 (/ (+ 1 (* -1 (/ (- 1/3 (* 1/9 (/ 1 a))) a))) a)) |
(* -1 (/ (+ 1 (* -1 (/ (+ 1/3 (* -1 (/ (- 1/9 (* 1/27 (/ 1 a))) a))) a))) a)) |
-1/3 |
(- a 1/3) |
(- a 1/3) |
(- a 1/3) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
-1/27 |
(- (pow a 3) 1/27) |
(- (pow a 3) 1/27) |
(- (pow a 3) 1/27) |
(pow a 3) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(pow a 3) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
1/729 |
(+ 1/729 (* 1/27 (pow a 3))) |
(+ 1/729 (* (pow a 3) (+ 1/27 (pow a 3)))) |
(+ 1/729 (* (pow a 3) (+ 1/27 (pow a 3)))) |
(pow a 6) |
(* (pow a 6) (+ 1 (* 1/27 (/ 1 (pow a 3))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(pow a 6) |
(* (pow a 6) (+ 1 (* 1/27 (/ 1 (pow a 3))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
-1/19683 |
-1/19683 |
(- (pow a 9) 1/19683) |
(- (pow a 9) 1/19683) |
(pow a 9) |
(pow a 9) |
(* (pow a 9) (- 1 (* 1/19683 (/ 1 (pow a 9))))) |
(* (pow a 9) (- 1 (* 1/19683 (/ 1 (pow a 9))))) |
(pow a 9) |
(pow a 9) |
(* -1 (* (pow a 9) (- (* 1/19683 (/ 1 (pow a 9))) 1))) |
(* -1 (* (pow a 9) (- (* 1/19683 (/ 1 (pow a 9))) 1))) |
(* 1/3 (* (sqrt a) rand)) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(* 1/3 (* (sqrt a) rand)) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* 1/3 (sqrt a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(sqrt a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(pow a 3) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
(* -1/27 (pow a 3)) |
| Outputs |
|---|
(- (* 1/3 (* rand (sqrt -1/3))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -1/3)))))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -1/3 binary64))))))) |
(- (+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ 1 (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) rand) (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* a (- (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(*.f64 (+.f64 (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64)) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal 1/18 binary64))) a)))) |
(* -1 (* a (- (+ (* -1 (/ (- (* -1 (/ (+ (* -1/216 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/18 (* (sqrt a) (* rand (pow (sqrt -1) 2))))) a)) 1/3) a)) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1/216 binary64)) (*.f64 #s(literal 1/18 binary64) (sqrt.f64 a)))) a)) a))) (-.f64 #s(literal 0 binary64) a)) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* rand (- (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(* 1/3 (* rand (sqrt -1/3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 1/6 (/ (* a rand) (sqrt -1/3))) (* 1/3 (* rand (sqrt -1/3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3)))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 rand a)) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (* 1/3 (* rand (sqrt -1/3))) (* a (+ (* 1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5)))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) rand) (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64)))))))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 (*.f64 rand a) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))))) |
(* a (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 a (*.f64 rand (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))))) (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))))) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 rand (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal 1/18 binary64))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (+.f64 (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal 1/18 binary64))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) rand) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal 1/18 binary64)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (+.f64 (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/1296 binary64))))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(* 1/3 rand) |
(*.f64 #s(literal 1/3 binary64) rand) |
(sqrt -1/3) |
(sqrt.f64 #s(literal -1/3 binary64)) |
(+ (sqrt -1/3) (* 1/2 (/ a (sqrt -1/3)))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (sqrt -1/3) (* a (+ (* -1/8 (/ a (pow (sqrt -1/3) 3))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (sqrt.f64 #s(literal -1/3 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (sqrt -1/3) (* a (+ (* a (- (* 1/16 (/ a (pow (sqrt -1/3) 5))) (* 1/8 (/ 1 (pow (sqrt -1/3) 3))))) (* 1/2 (/ 1 (sqrt -1/3)))))) |
(+.f64 (sqrt.f64 #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 a #s(literal 1/16 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(sqrt a) |
(sqrt.f64 a) |
(* a (+ (sqrt (/ 1 a)) (* -1/6 (sqrt (/ 1 (pow a 3)))))) |
(*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal -1/6 binary64)))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (* -1/72 (sqrt (/ 1 (pow a 5))))))) |
(*.f64 a (+.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal -1/6 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)))) |
(* a (+ (sqrt (/ 1 a)) (+ (* -1/6 (sqrt (/ 1 (pow a 3)))) (+ (* -1/72 (sqrt (/ 1 (pow a 5)))) (* -1/432 (sqrt (/ 1 (pow a 7)))))))) |
(*.f64 a (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal -1/6 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)))))) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))) |
(*.f64 a (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a))) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal -1/6 binary64)) (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) (pow (sqrt -1) 2))) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) (pow (sqrt -1) 2))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) #s(literal -1/6 binary64)) (+.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64))))))) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
1/9 |
#s(literal 1/9 binary64) |
(+ 1/9 (* -1 (pow a 2))) |
(-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
(+ 1/9 (* -1 (pow a 2))) |
(-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
(+ 1/9 (* -1 (pow a 2))) |
(-.f64 #s(literal 1/9 binary64) (*.f64 a a)) |
(* -1 (pow a 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 a a)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(*.f64 (*.f64 a a) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(*.f64 (*.f64 a a) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(*.f64 (*.f64 a a) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* -1 (pow a 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 a a)) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(*.f64 (*.f64 a a) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(*.f64 (*.f64 a a) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(* (pow a 2) (- (* 1/9 (/ 1 (pow a 2))) 1)) |
(*.f64 (*.f64 a a) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
-3 |
#s(literal -3 binary64) |
(- (* 9 a) 3) |
(+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)) |
(- (* a (+ 9 (* -27 a))) 3) |
(+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64)) |
(- (* a (+ 9 (* a (- (* 81 a) 27)))) 3) |
(+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64)) |
(/ -1 a) |
(/.f64 #s(literal -1 binary64) a) |
(/ (- (* 1/3 (/ 1 a)) 1) a) |
(/.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) a) |
(/ (- (* 1/3 (/ 1 a)) (+ 1 (/ 1/9 (pow a 2)))) a) |
(/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) a)) a)) a) |
(/ (- (+ (* 1/3 (/ 1 a)) (* 1/27 (/ 1 (pow a 3)))) (+ 1 (/ 1/9 (pow a 2)))) a) |
(/.f64 (+.f64 (+.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) a)) a)) (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a)))) a) |
(/ -1 a) |
(/.f64 #s(literal -1 binary64) a) |
(* -1 (/ (- 1 (* 1/3 (/ 1 a))) a)) |
(/.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) a) |
(* -1 (/ (+ 1 (* -1 (/ (- 1/3 (* 1/9 (/ 1 a))) a))) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) a)) a))) a) |
(* -1 (/ (+ 1 (* -1 (/ (+ 1/3 (* -1 (/ (- 1/9 (* 1/27 (/ 1 a))) a))) a))) a)) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1/27 binary64) a)) a)) a)) (-.f64 #s(literal 0 binary64) a)) |
-1/3 |
#s(literal -1/3 binary64) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* a (- 1 (* 1/3 (/ 1 a)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
a |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
-1/27 |
#s(literal -1/27 binary64) |
(- (pow a 3) 1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(- (pow a 3) 1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(- (pow a 3) 1/27) |
(+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* (pow a 3) (- 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* -1 (* (pow a 3) (- (* 1/27 (/ 1 (pow a 3))) 1))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a))))) |
1/729 |
#s(literal 1/729 binary64) |
(+ 1/729 (* 1/27 (pow a 3))) |
(+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64)))) |
(+ 1/729 (* (pow a 3) (+ 1/27 (pow a 3)))) |
(+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(+ 1/729 (* (pow a 3) (+ 1/27 (pow a 3)))) |
(+.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)))) |
(pow a 6) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) |
(* (pow a 6) (+ 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) |
(pow a 6) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) |
(* (pow a 6) (+ 1 (* 1/27 (/ 1 (pow a 3))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) |
(* (pow a 6) (+ 1 (+ (/ 1/729 (pow a 6)) (* 1/27 (/ 1 (pow a 3)))))) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) |
-1/19683 |
#s(literal -1/19683 binary64) |
-1/19683 |
#s(literal -1/19683 binary64) |
(- (pow a 9) 1/19683) |
(+.f64 (pow.f64 a #s(literal 9 binary64)) #s(literal -1/19683 binary64)) |
(- (pow a 9) 1/19683) |
(+.f64 (pow.f64 a #s(literal 9 binary64)) #s(literal -1/19683 binary64)) |
(pow a 9) |
(pow.f64 a #s(literal 9 binary64)) |
(pow a 9) |
(pow.f64 a #s(literal 9 binary64)) |
(* (pow a 9) (- 1 (* 1/19683 (/ 1 (pow a 9))))) |
(*.f64 (pow.f64 a #s(literal 9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/19683 binary64) (pow.f64 a #s(literal 9 binary64))))) |
(* (pow a 9) (- 1 (* 1/19683 (/ 1 (pow a 9))))) |
(*.f64 (pow.f64 a #s(literal 9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/19683 binary64) (pow.f64 a #s(literal 9 binary64))))) |
(pow a 9) |
(pow.f64 a #s(literal 9 binary64)) |
(pow a 9) |
(pow.f64 a #s(literal 9 binary64)) |
(* -1 (* (pow a 9) (- (* 1/19683 (/ 1 (pow a 9))) 1))) |
(*.f64 (pow.f64 a #s(literal 9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/19683 binary64) (pow.f64 a #s(literal 9 binary64))))) |
(* -1 (* (pow a 9) (- (* 1/19683 (/ 1 (pow a 9))) 1))) |
(*.f64 (pow.f64 a #s(literal 9 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/19683 binary64) (pow.f64 a #s(literal 9 binary64))))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
a |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))) |
(+ a (* 1/3 (* (sqrt a) rand))) |
(+.f64 a (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (+ (* 1/3 (sqrt a)) (/ a rand))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt a))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* -1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* 1/3 (sqrt a)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(* -1/3 (* (sqrt a) (pow (sqrt -1) 2))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(sqrt a) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(* -1 (* (sqrt a) (pow (sqrt -1) 2))) |
(sqrt.f64 a) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(pow a 3) |
(*.f64 a (*.f64 a a)) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
(* -1/27 (pow a 3)) |
(*.f64 a (*.f64 (*.f64 a a) #s(literal -1/27 binary64))) |
Compiled 27326 to 1696 computations (93.8% saved)
28 alts after pruning (23 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 784 | 12 | 796 |
| Fresh | 4 | 11 | 15 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 3 | 3 |
| Total | 791 | 28 | 819 |
| Status | Accuracy | Program |
|---|---|---|
| 1.5% | (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) | |
| 2.5% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) | |
| 4.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) | |
| 9.5% | (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) | |
| 11.0% | (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) | |
| 99.8% | (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) | |
| 99.4% | (+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) | |
| 98.2% | (+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) | |
| 98.7% | (+.f64 (*.f64 (sqrt.f64 a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) | |
| ✓ | 98.1% | (+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
| ✓ | 98.2% | (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
| ✓ | 60.3% | (+.f64 #s(literal -1/3 binary64) a) |
| 99.4% | (*.f64 (pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) | |
| 33.3% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) | |
| 7.6% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) | |
| 10.5% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) | |
| 7.4% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) | |
| 27.0% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) | |
| 9.6% | (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) | |
| 40.7% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) | |
| 39.5% | (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) | |
| 35.6% | (*.f64 rand (/.f64 a rand)) | |
| 39.6% | (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) | |
| 98.2% | (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) | |
| 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) | |
| 39.6% | (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) | |
| ✓ | 59.8% | a |
| ✓ | 1.5% | #s(literal -1/3 binary64) |
Compiled 1209 to 472 computations (61% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (sqrt.f64 a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 3 binary64)))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
(*.f64 (pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
4 calls:
| 18.0ms | a |
| 17.0ms | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 17.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 13.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | a |
| 99.9% | 1 | rand |
| 99.9% | 1 | (*.f64 (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))) rand))) |
| 99.9% | 1 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
Compiled 35 to 23 computations (34.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (sqrt.f64 a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
| Outputs |
|---|
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
2 calls:
| 14.0ms | a |
| 14.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | a |
| 99.8% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (sqrt.f64 a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand))) (+.f64 #s(literal -1/3 binary64) a)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) |
2 calls:
| 14.0ms | a |
| 11.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | a |
| 99.4% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
2 calls:
| 27.0ms | a |
| 10.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.2% | 1 | a |
| 98.2% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(+.f64 a (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand)) |
| Outputs |
|---|
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
2 calls:
| 10.0ms | rand |
| 9.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.2% | 1 | a |
| 98.2% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
| Outputs |
|---|
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
2 calls:
| 12.0ms | rand |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.4% | 2 | a |
| 95.9% | 3 | rand |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
| Outputs |
|---|
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
1 calls:
| 8.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.8% | 3 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal 1/27 binary64)) a) (+.f64 (*.f64 a a) (-.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 a (*.f64 a a))))) (*.f64 (-.f64 #s(literal -1/3 binary64) a) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 a a) (+.f64 #s(literal 1/9 binary64) (*.f64 a a)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) #s(literal 1/729 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) (-.f64 #s(literal -1/27 binary64) (*.f64 a (*.f64 a a)))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 #s(literal 1/729 binary64) (*.f64 a (*.f64 (*.f64 a a) #s(literal 1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a))) #s(literal -1/19683 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1/387420489 binary64) (*.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a)))))))) (-.f64 #s(literal -1/19683 binary64) (*.f64 a (*.f64 (*.f64 a (*.f64 a (*.f64 a a))) (*.f64 a (*.f64 a (*.f64 a a))))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 a (*.f64 a a)) a)) (-.f64 #s(literal 1/729 binary64) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
| Outputs |
|---|
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
1 calls:
| 7.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 73.2% | 3 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 a (+.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/9 binary64) (*.f64 a a))) (+.f64 #s(literal -1/3 binary64) a))) |
| Outputs |
|---|
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))) |
1 calls:
| 5.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.9% | 3 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
| Outputs |
|---|
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))) |
1 calls:
| 4.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.9% | 3 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) a))) |
| Outputs |
|---|
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
1 calls:
| 4.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 71.4% | 3 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (-.f64 #s(literal -1/3 binary64) a)) |
| Outputs |
|---|
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)) |
1 calls:
| 3.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.7% | 2 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 rand (/.f64 a rand)) |
| Outputs |
|---|
(+.f64 #s(literal -1/3 binary64) a) |
2 calls:
| 2.0ms | rand |
| 2.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 60.3% | 1 | a |
| 60.3% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
| Outputs |
|---|
a |
2 calls:
| 2.0ms | a |
| 2.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 59.8% | 1 | a |
| 59.8% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(literal -1/3 binary64) |
| Outputs |
|---|
#s(literal -1/3 binary64) |
2 calls:
| 1.0ms | a |
| 1.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 1.5% | 1 | a |
| 1.5% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 7.575403886741135e+81 | 1.809476017124133e+95 |
| 15.0ms | -2.5586057287802342e+76 | -6.4928094176802694e+72 |
| 26.0ms | 288× | 0 | valid |
Compiled 333 to 269 computations (19.2% saved)
ival-mult: 6.0ms (36.7% of total)ival-div: 4.0ms (24.5% of total)ival-sub: 2.0ms (12.2% of total)ival-add: 2.0ms (12.2% of total)ival-sqrt: 2.0ms (12.2% of total)const: 1.0ms (6.1% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 22.0ms | 7.575403886741135e+81 | 1.809476017124133e+95 |
| 15.0ms | -2.5586057287802342e+76 | -6.4928094176802694e+72 |
| 24.0ms | 288× | 0 | valid |
Compiled 297 to 233 computations (21.5% saved)
ival-mult: 6.0ms (37.3% of total)ival-div: 4.0ms (24.9% of total)ival-sub: 2.0ms (12.4% of total)ival-add: 2.0ms (12.4% of total)ival-sqrt: 2.0ms (12.4% of total)const: 1.0ms (6.2% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 4.5142384976395293e+123 | 1.4454137535363337e+129 |
| 17.0ms | -7.447635652147656e+114 | -8.184119843669726e+110 |
| 25.0ms | 272× | 0 | valid |
Compiled 467 to 364 computations (22.1% saved)
ival-mult: 7.0ms (41.9% of total)ival-div: 4.0ms (24% of total)ival-sqrt: 2.0ms (12% of total)ival-sub: 1.0ms (6% of total)ival-add: 1.0ms (6% of total)const: 1.0ms (6% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 4.5142384976395293e+123 | 1.4454137535363337e+129 |
| 15.0ms | -7.447635652147656e+114 | -8.184119843669726e+110 |
| 25.0ms | 272× | 0 | valid |
Compiled 403 to 316 computations (21.6% saved)
ival-mult: 7.0ms (42.4% of total)ival-div: 4.0ms (24.2% of total)ival-sqrt: 2.0ms (12.1% of total)ival-sub: 1.0ms (6.1% of total)ival-add: 1.0ms (6.1% of total)const: 1.0ms (6.1% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 18.0ms | 4.5142384976395293e+123 | 1.4454137535363337e+129 |
| 15.0ms | -7.447635652147656e+114 | -8.184119843669726e+110 |
| 23.0ms | 272× | 0 | valid |
Compiled 385 to 298 computations (22.6% saved)
ival-mult: 5.0ms (33% of total)ival-div: 4.0ms (26.4% of total)ival-sqrt: 2.0ms (13.2% of total)ival-sub: 1.0ms (6.6% of total)ival-add: 1.0ms (6.6% of total)const: 1.0ms (6.6% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 18.0ms | 4.5142384976395293e+123 | 1.4454137535363337e+129 |
| 16.0ms | -7.447635652147656e+114 | -8.184119843669726e+110 |
| 24.0ms | 272× | 0 | valid |
Compiled 331 to 262 computations (20.8% saved)
ival-div: 5.0ms (31.3% of total)ival-mult: 5.0ms (31.3% of total)ival-sqrt: 2.0ms (12.5% of total)ival-sub: 1.0ms (6.3% of total)ival-add: 1.0ms (6.3% of total)const: 1.0ms (6.3% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 56.0ms | 4.5142384976395293e+123 | 1.4454137535363337e+129 |
| 51.0ms | 144× | 0 | valid |
Compiled 171 to 134 computations (21.6% saved)
ival-sqrt: 40.0ms (85.6% of total)ival-mult: 3.0ms (6.4% of total)ival-div: 2.0ms (4.3% of total)ival-sub: 1.0ms (2.1% of total)ival-add: 1.0ms (2.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 40× | *-commutative_binary64 |
| 34× | +-commutative_binary64 |
| 6× | sub-neg_binary64 |
| 4× | neg-sub0_binary64 |
| 4× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 81 | 255 |
| 1 | 124 | 255 |
| 2 | 132 | 255 |
| 3 | 136 | 255 |
| 4 | 138 | 255 |
| 1× | saturated |
| Inputs |
|---|
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(if (<=.f64 rand #s(literal -449999999999999997072989859272607181990750678236559346559497022328528699392 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (if (<=.f64 rand #s(literal 819999999999999984390184701991140735656411800940915338804024956797686798035844641849344 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(if (<=.f64 rand #s(literal -10500000000000000333437607781108403131941372244143702050272345633363878477824 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (if (<=.f64 rand #s(literal 25000000000000000365767380766871825774251074696616376481965269679244909106278705397760 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))))) |
(if (<=.f64 rand #s(literal -6200000000000000096468380002694426750462848660910580886892577598671169443221485360242909417473294175592478941380608 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)))) |
(if (<=.f64 rand #s(literal 650000000000000029624155657653593804985803842930816410502299475875591470573442244240095381974670354173750676007228926874729054208 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
#s(literal -1/3 binary64) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (+.f64 #s(literal -1/3 binary64) a)) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64)))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64)) a) |
(+.f64 a (/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 binary64))) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) a) |
(+.f64 a (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a))) |
(+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))) |
(if (<=.f64 rand #s(literal -449999999999999997072989859272607181990750678236559346559497022328528699392 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (if (<=.f64 rand #s(literal 819999999999999984390184701991140735656411800940915338804024956797686798035844641849344 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
(if (<=.f64 rand #s(literal -449999999999999997072989859272607181990750678236559346559497022328528699392 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64))) (if (<=.f64 rand #s(literal 819999999999999984390184701991140735656411800940915338804024956797686798035844641849344 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64))))) |
(if (<=.f64 rand #s(literal -10500000000000000333437607781108403131941372244143702050272345633363878477824 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (if (<=.f64 rand #s(literal 25000000000000000365767380766871825774251074696616376481965269679244909106278705397760 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -10500000000000000333437607781108403131941372244143702050272345633363878477824 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (if (<=.f64 rand #s(literal 25000000000000000365767380766871825774251074696616376481965269679244909106278705397760 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal 81 binary64)))))) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal -3 binary64) (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))) #s(literal -3 binary64))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal -3 binary64) (*.f64 a (+.f64 #s(literal 9 binary64) (*.f64 a #s(literal -27 binary64)))))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) a))))) |
(if (<=.f64 rand #s(literal -7200000000000000112027796132161269774731050057831642320262348179102003224386241063507894807388341623268685222248448 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 a #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 a (*.f64 a a)) #s(literal -1/27 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 a #s(literal 1/3 binary64)))))) |
(if (<=.f64 rand #s(literal -6200000000000000096468380002694426750462848660910580886892577598671169443221485360242909417473294175592478941380608 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)))) |
(if (<=.f64 rand #s(literal -6200000000000000096468380002694426750462848660910580886892577598671169443221485360242909417473294175592478941380608 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) (if (<=.f64 rand #s(literal 1399999999999999874373151626126590444012500103314384359736975455417395725329849621028081536670392823344105999838090954006012624896 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64)))) |
(if (<=.f64 rand #s(literal 650000000000000029624155657653593804985803842930816410502299475875591470573442244240095381974670354173750676007228926874729054208 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64))) |
(if (<=.f64 rand #s(literal 650000000000000029624155657653593804985803842930816410502299475875591470573442244240095381974670354173750676007228926874729054208 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 a a)) #s(literal -3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
#s(literal -1/3 binary64) |
| 4668× | *-lowering-*.f32 |
| 4668× | *-lowering-*.f64 |
| 4588× | *-lowering-*.f32 |
| 4588× | *-lowering-*.f64 |
| 4492× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 139 |
| 1 | 184 | 128 |
| 2 | 2106 | 120 |
| 0 | 8600 | 120 |
| 0 | 329 | 2251 |
| 1 | 1040 | 2025 |
| 2 | 3785 | 2003 |
| 0 | 8080 | 2003 |
| 0 | 438 | 5218 |
| 1 | 1489 | 4500 |
| 2 | 6074 | 4433 |
| 0 | 8239 | 4433 |
| 0 | 356 | 4072 |
| 1 | 1186 | 3499 |
| 2 | 4424 | 3441 |
| 0 | 8143 | 3441 |
| 0 | 312 | 2771 |
| 1 | 1053 | 2496 |
| 2 | 4114 | 2452 |
| 0 | 8232 | 2452 |
| 0 | 14 | 14 |
| 1 | 33 | 13 |
| 2 | 85 | 12 |
| 3 | 228 | 12 |
| 4 | 553 | 12 |
| 5 | 999 | 12 |
| 6 | 1613 | 12 |
| 7 | 2818 | 12 |
| 8 | 7396 | 12 |
| 9 | 7835 | 12 |
| 10 | 7992 | 12 |
| 0 | 8119 | 12 |
| 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 |
Compiled 1163 to 732 computations (37.1% saved)
Compiled 582 to 186 computations (68% saved)
Loading profile data...