
Time bar (total: 11.7s)
| 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-mult: 36.0ms (85.5% of total)ival-div: 2.0ms (4.8% of total)ival-sub: 1.0ms (2.4% of total)ival-add: 1.0ms (2.4% of total)ival-sqrt: 1.0ms (2.4% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1.6s | 8256× | 0 | valid |
| 101.0ms | 482× | 0 | invalid |
ival-div: 558.0ms (49.5% of total)ival-mult: 322.0ms (28.5% of total)ival-sqrt: 91.0ms (8.1% of total)ival-sub: 69.0ms (6.1% of total)ival-add: 63.0ms (5.6% of total)const: 21.0ms (1.9% of total)backward-pass: 4.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 |
| 82.0ms | 494× | 0 | valid |
| 7.0ms | 14× | 2 | valid |
| 2.0ms | 2× | 5 | exit |
| 1.0ms | 2× | 1 | valid |
Compiled 196 to 41 computations (79.1% saved)
ival-mult: 13.0ms (35.5% of total)ival-div: 9.0ms (24.6% of total)ival-sqrt: 5.0ms (13.7% of total)ival-sub: 3.0ms (8.2% of total)ival-add: 3.0ms (8.2% of total)backward-pass: 2.0ms (5.5% of total)const: 1.0ms (2.7% 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 | 0 | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| ✓ | cost-diff | 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))) |
| ✓ | cost-diff | 128 | (*.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 | 128 | (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)) |
| ✓ | 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 (-.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))) |
| ✓ | accuracy | 99.8% | (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.6% | (/.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)) #s(literal 9 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.8% | (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))) |
| 102.0ms | 247× | 0 | valid |
| 6.0ms | 7× | 2 | valid |
| 2.0ms | 1× | 5 | exit |
| 1.0ms | 1× | 1 | valid |
Compiled 138 to 21 computations (84.8% saved)
ival-mult: 12.0ms (32.6% of total)ival-div: 7.0ms (19% of total)...c/correct-round.rkt:119:19: 5.0ms (13.6% of total)ival-add: 5.0ms (13.6% of total)ival-sqrt: 4.0ms (10.9% of total)const: 1.0ms (2.7% of total)ival-sub: 1.0ms (2.7% of total)backward-pass: 1.0ms (2.7% 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 (/ 1 3)> |
#<alt (* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand)> |
#<alt (* (- a (/ 1 3)) (+ 1 (* (/ 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))))> |
| 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 (* 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 (+ 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 (* 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))))))))> |
48 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | rand | @ | -inf | (* (+ a -1/3) (+ 1 (/ rand (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 |
| 2556× | *-lowering-*.f32 |
| 2556× | *-lowering-*.f64 |
| 1494× | /-lowering-/.f32 |
| 1494× | /-lowering-/.f64 |
| 1468× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 84 |
| 1 | 73 | 81 |
| 2 | 227 | 72 |
| 3 | 1003 | 70 |
| 4 | 5589 | 70 |
| 0 | 8194 | 70 |
| 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))) |
(/ 1 3) |
(* (/ 1 (sqrt (* 9 (- a (/ 1 3))))) rand) |
(* (- a (/ 1 3)) (+ 1 (* (/ 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)))) |
| Outputs |
|---|
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 a (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))))) |
(+.f64 a (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))))) |
(+.f64 a (*.f64 (+.f64 #s(literal -1/3 binary64) (/.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 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1 binary64))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (/.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 3 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)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(+.f64 (/.f64 a (/.f64 #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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(+.f64 (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.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) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) a) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) a) |
(+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1 binary64)) a) |
(+.f64 (*.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64)) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(+.f64 (*.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1 binary64)) #s(literal -1/3 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 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.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))) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(fma.f64 a #s(literal 1 binary64) (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.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) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 rand (/.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) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 #s(literal -1 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(fma.f64 #s(literal 1 binary64) a (neg.f64 (+.f64 #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 binary64) (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 3 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)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 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 rand (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 rand (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.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)) #s(literal -1/9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) a (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (/.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) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (/.f64 #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)) #s(literal 3 binary64)) (*.f64 rand (+.f64 a #s(literal -1/3 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)) #s(literal 3 binary64)) (/.f64 rand #s(literal -3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 a rand) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 a rand) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal 3 binary64)) (/.f64 a (/.f64 #s(literal 1 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) a (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) a (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (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 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 rand (/.f64 #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 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 a #s(literal 1 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(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 (-.f64 #s(literal 0 binary64) rand) (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) 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))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 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 (+.f64 a #s(literal -1/3 binary64)) #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 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 a #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 a (/.f64 #s(literal 3 binary64) rand)) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 a (/.f64 #s(literal 3 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 -1/9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 rand (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 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 #s(literal 1/3 binary64) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 rand #s(literal 3 binary64)) (/.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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal -3 binary64)) (/.f64 rand #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal -3 binary64)) (/.f64 a (/.f64 #s(literal -1 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.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))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 a #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.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 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 rand (-.f64 #s(literal 0 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 a #s(literal -1/3 binary64))) |
(fma.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.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 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 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 #s(literal 0 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 a #s(literal -1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 a #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 #s(literal -1/3 binary64) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 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 3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal -1 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 #s(literal -3 binary64)) (/.f64 a (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 a (/.f64 #s(literal -3 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.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)) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))) #s(literal -1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 a (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal -1 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a 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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a 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 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) rand (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) rand (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal -1/9 binary64)) rand (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (*.f64 a (-.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 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a (-.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand (/.f64 #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 a #s(literal 1/3 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)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a (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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -1/9 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (*.f64 a (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (*.f64 rand (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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) rand)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (neg.f64 a) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 rand (/.f64 (+.f64 a #s(literal -1/3 binary64)) #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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 a (/.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal 3 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal -1/3 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (/.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))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a rand) (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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (/.f64 rand #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand) #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a rand) #s(literal 1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a rand) #s(literal -1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (/.f64 a (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) rand)) #s(literal 1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (neg.f64 a) #s(literal 1 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1 binary64) (+.f64 #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 #s(literal 1 binary64) (/.f64 rand (/.f64 #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 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) #s(literal 1 binary64)) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 a #s(literal 1 binary64)) #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 #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 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 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 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 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 #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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) rand #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #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 #s(literal 0 binary64) 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) rand) #s(literal 1 binary64)) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (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 #s(literal 0 binary64) (*.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 (/.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))) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 1 binary64) (/.f64 rand (/.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 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal 1 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(exp.f64 (log.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 rand (/.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) (/.f64 #s(literal -1 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 rand (/.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) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 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) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 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 -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 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 binary64) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -3 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal -1 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 -3 binary64) rand)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand)) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (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 -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 #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 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1 binary64)) (/.f64 #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)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 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 #s(literal 1/3 binary64) (*.f64 rand (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)) #s(literal 3 binary64)) rand) |
(*.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 rand (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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (pow.f64 (pow.f64 #s(literal 9 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 rand #s(literal 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 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 #s(literal 9 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 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) rand) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) rand)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 #s(literal 9 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) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1/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 #s(literal 0 binary64) (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) (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 #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)) #s(literal 1 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 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 rand (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 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 rand (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal -1/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 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal 1/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 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
#s(literal 1/3 binary64) |
(+.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(exp.f64 (log.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(neg.f64 (/.f64 rand (/.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) (/.f64 #s(literal -1 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 rand (/.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) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 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) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 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 -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 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 binary64) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -3 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal -1 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 -3 binary64) rand)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand)) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (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 -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 #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 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1 binary64)) (/.f64 #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)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 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 #s(literal 1/3 binary64) (*.f64 rand (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)) #s(literal 3 binary64)) rand) |
(*.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 rand (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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (pow.f64 (pow.f64 #s(literal 9 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 rand #s(literal 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 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 #s(literal 9 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 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) rand) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) rand)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 #s(literal 9 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) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1/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 #s(literal 0 binary64) (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) (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 #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)) #s(literal 1 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 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 rand (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 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 rand (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal -1/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 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal 1/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 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 a (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))))) |
(+.f64 a (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))))) |
(+.f64 a (*.f64 (+.f64 #s(literal -1/3 binary64) (/.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 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1 binary64))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (/.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 3 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)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(+.f64 (/.f64 a (/.f64 #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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(+.f64 (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.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) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) a) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) a) |
(+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1 binary64)) a) |
(+.f64 (*.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) #s(literal 1 binary64)) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(+.f64 (*.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1 binary64)) #s(literal -1/3 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 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.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))) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(fma.f64 a #s(literal 1 binary64) (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))))) |
(fma.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.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) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 rand (/.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) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 #s(literal -1 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(fma.f64 #s(literal 1 binary64) a (neg.f64 (+.f64 #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 binary64) (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 3 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)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 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 rand (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 rand (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.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)) #s(literal -1/9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) a (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (/.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) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (/.f64 #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)) #s(literal 3 binary64)) (*.f64 rand (+.f64 a #s(literal -1/3 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)) #s(literal 3 binary64)) (/.f64 rand #s(literal -3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 a rand) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 a rand) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal 3 binary64)) (/.f64 a (/.f64 #s(literal 1 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) a (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) a (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (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 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 rand (/.f64 #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 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 a #s(literal 1 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(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 (-.f64 #s(literal 0 binary64) rand) (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) 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))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 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 (+.f64 a #s(literal -1/3 binary64)) #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 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 a #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 a (/.f64 #s(literal 3 binary64) rand)) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 a (/.f64 #s(literal 3 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 -1/9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 rand (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 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 #s(literal 1/3 binary64) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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 rand #s(literal 3 binary64)) (/.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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal -3 binary64)) (/.f64 rand #s(literal 3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal -3 binary64)) (/.f64 a (/.f64 #s(literal -1 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.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))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 a #s(literal -1 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.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 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 rand (-.f64 #s(literal 0 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 a #s(literal -1/3 binary64))) |
(fma.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (*.f64 a rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.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 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 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 #s(literal 0 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 a #s(literal -1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 a #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (*.f64 #s(literal -1/3 binary64) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 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 3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal -1 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 #s(literal -3 binary64)) (/.f64 a (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 a (/.f64 #s(literal -3 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.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)) a) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))) #s(literal -1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 a (/.f64 #s(literal -3 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal -1 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a 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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a 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 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) rand (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) rand (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 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)) #s(literal -1/9 binary64)) rand (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (*.f64 a (-.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 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a (-.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand (/.f64 #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 a #s(literal 1/3 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)) (/.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a #s(literal 1/3 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (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 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a (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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -1/9 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (+.f64 #s(literal -1/3 binary64) (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))))) |
(fma.f64 (*.f64 a (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (*.f64 rand (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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) rand)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 #s(literal 3 binary64) rand)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (neg.f64 a) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 rand (/.f64 (+.f64 a #s(literal -1/3 binary64)) #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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1/3 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 a (/.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal 3 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) #s(literal -1/3 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (/.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))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a rand) (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)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a #s(literal 1/3 binary64)) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (/.f64 rand #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 (*.f64 a (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand) #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a rand) #s(literal 1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a rand) #s(literal -1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (/.f64 a (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (neg.f64 a) #s(literal -1 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) rand)) #s(literal 1 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (neg.f64 a) #s(literal 1 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (neg.f64 (-.f64 (*.f64 (*.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 #s(literal 1 binary64) (+.f64 #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 #s(literal 1 binary64) (/.f64 rand (/.f64 #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 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) #s(literal 1 binary64)) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 a #s(literal 1 binary64)) #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 #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 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 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 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal 1/2 binary64))) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (/.f64 #s(literal -3 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)) #s(literal 3 binary64))) |
(/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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)) #s(literal -3 binary64))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/3 binary64)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 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 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64)) |
(/.f64 (exp.f64 (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (exp.f64 (log.f64 #s(literal -1 binary64)))) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))))) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal -1/2 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 3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (exp.f64 (log.f64 #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal -3 binary64) (/.f64 #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/2 binary64))) #s(literal -3 binary64)) |
(*.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 9 binary64))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 9 binary64)))) |
(*.f64 (pow.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) #s(literal 1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) |
(+.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -3 binary64)) |
(exp.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))))) |
(fma.f64 a #s(literal 9 binary64) #s(literal -3 binary64)) |
(fma.f64 #s(literal 9 binary64) a #s(literal -3 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 #s(literal 9 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)) |
(*.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) #s(literal 1 binary64)) |
(*.f64 (exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (exp.f64 (log.f64 #s(literal 9 binary64)))) |
(*.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) (exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(+.f64 #s(literal 0 binary64) (/.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 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64))) |
(neg.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) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (/.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 #s(literal -3 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 3 binary64)) |
(/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 9 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 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal 3 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal 1/3 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (-.f64 (log.f64 #s(literal -1 binary64)) #s(literal 0 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (+.f64 (log.f64 #s(literal -1 binary64)) #s(literal 0 binary64)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.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 a #s(literal 9 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal -1 binary64))) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal -1/2 binary64))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal 1/2 binary64)) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 #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 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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)) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/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)) #s(literal 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)) #s(literal -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 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (pow.f64 #s(literal 9 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 (pow.f64 #s(literal 9 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)) (pow.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (pow.f64 #s(literal 9 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)) (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -3 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 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (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 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal 3 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal 3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 9 binary64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (+.f64 (log.f64 #s(literal 3 binary64)) #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (-.f64 (log.f64 #s(literal 3 binary64)) #s(literal 0 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 #s(literal 9 binary64)))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -3 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 (log.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 (exp.f64 (log.f64 #s(literal 3 binary64))) #s(literal -1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal 1/2 binary64))) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(sqrt.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (/.f64 #s(literal -3 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)) #s(literal 3 binary64))) |
(/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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)) #s(literal -3 binary64))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/3 binary64)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 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 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64)) |
(/.f64 (exp.f64 (log.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (exp.f64 (log.f64 #s(literal -1 binary64)))) |
(pow.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64))))) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 (log.f64 (+.f64 #s(literal -3 binary64) (*.f64 a #s(literal 9 binary64)))) #s(literal -1/2 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 3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (exp.f64 (log.f64 #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal -3 binary64) (/.f64 #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/2 binary64))) #s(literal -3 binary64)) |
(*.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 9 binary64))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 #s(literal 9 binary64)))) |
(*.f64 (pow.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (exp.f64 (log.f64 #s(literal 3 binary64))) #s(literal 1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64))) #s(literal -1 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
| 1× | egg-herbie |
| 4584× | *-lowering-*.f32 |
| 4584× | *-lowering-*.f64 |
| 3648× | +-lowering-+.f64 |
| 3648× | +-lowering-+.f32 |
| 1710× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 356 | 3530 |
| 1 | 1186 | 3029 |
| 2 | 4424 | 2972 |
| 0 | 8140 | 2972 |
| 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 (* 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 (+ 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))) |
(* 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)))))))) |
| 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 #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 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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))))))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 #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 (+.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) (sqrt.f64 #s(literal -9 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 (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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) (*.f64 a (*.f64 a 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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 rand (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64))))))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (+.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal -1/36 binary64)))) (sqrt.f64 #s(literal -9 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 (+ 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 #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 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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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))) |
(* 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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))) |
(*.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 #s(literal 0 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 #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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (* (sqrt -9) (sqrt -1)))) (* (sqrt (/ 1 a)) (* (sqrt -9) (sqrt -1)))))) |
(*.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 #s(literal 0 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))))))) |
Compiled 20880 to 2118 computations (89.9% saved)
6 alts after pruning (6 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 965 | 6 | 971 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 967 | 6 | 973 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
| ▶ | 99.8% | (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| ▶ | 58.8% | (+.f64 #s(literal -1/3 binary64) a) |
| ▶ | 99.1% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
| 99.8% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand)))) | |
| ▶ | 40.8% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
Compiled 146 to 108 computations (26% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #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 a #s(literal 9 binary64)))))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/3 binary64) rand) |
| ✓ | 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 #s(literal -1/3 binary64) a) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
| ✓ | cost-diff | 0 | (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
| ✓ | cost-diff | 0 | (-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
| 3202× | sum3-define |
| 2196× | sum4-define |
| 1892× | fma-define |
| 1364× | fma-lowering-fma.f32 |
| 1364× | fma-lowering-fma.f64 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 147 |
| 1 | 61 | 144 |
| 2 | 151 | 144 |
| 3 | 379 | 144 |
| 4 | 745 | 144 |
| 5 | 1690 | 142 |
| 6 | 3792 | 142 |
| 7 | 6685 | 142 |
| 8 | 7855 | 142 |
| 0 | 8130 | 142 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) 1/3) |
(+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) |
a |
(/ (sqrt (+ a -1/3)) (/ 3 rand)) |
(sqrt (+ a -1/3)) |
(+ a -1/3) |
-1/3 |
(/ 3 rand) |
3 |
rand |
1/3 |
(+ -1/3 a) |
-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) (+ 1 (/ rand (sqrt (* a 9))))) |
(+ a -1/3) |
a |
-1/3 |
(+ 1 (/ rand (sqrt (* a 9)))) |
1 |
(/ rand (sqrt (* a 9))) |
rand |
(sqrt (* a 9)) |
(* a 9) |
9 |
(- (+ a -1/3) (* (sqrt (+ a -1/3)) (/ rand -3))) |
(+ a -1/3) |
a |
-1/3 |
(* (sqrt (+ a -1/3)) (/ rand -3)) |
(sqrt (+ a -1/3)) |
(/ rand -3) |
rand |
-3 |
| Outputs |
|---|
(- (+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) 1/3) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) |
(+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
a |
(/ (sqrt (+ a -1/3)) (/ 3 rand)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(sqrt (+ a -1/3)) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(/ 3 rand) |
(/.f64 #s(literal 3 binary64) rand) |
3 |
#s(literal 3 binary64) |
rand |
1/3 |
#s(literal 1/3 binary64) |
(+ -1/3 a) |
(+.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
a |
(* (sqrt (+ -1/3 a)) (* 1/3 rand)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(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) (+ 1 (/ rand (sqrt (* a 9))))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
(+ 1 (/ rand (sqrt (* a 9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64))))) |
1 |
#s(literal 1 binary64) |
(/ rand (sqrt (* a 9))) |
(/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) |
rand |
(sqrt (* a 9)) |
(sqrt.f64 (*.f64 a #s(literal 9 binary64))) |
(* a 9) |
(*.f64 a #s(literal 9 binary64)) |
9 |
#s(literal 9 binary64) |
(- (+ a -1/3) (* (sqrt (+ a -1/3)) (/ rand -3))) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
(* (sqrt (+ a -1/3)) (/ rand -3)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) |
(sqrt (+ a -1/3)) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(/ rand -3) |
(/.f64 rand #s(literal -3 binary64)) |
rand |
-3 |
#s(literal -3 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| ✓ | accuracy | 100.0% | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 9 binary64)) |
| ✓ | accuracy | 99.9% | (*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
| ✓ | accuracy | 99.8% | (sqrt.f64 (*.f64 a #s(literal 9 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 99.5% | (*.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 | 100.0% | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | accuracy | 100.0% | (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
| ✓ | accuracy | 100.0% | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | accuracy | 99.6% | (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
| 157.0ms | 256× | 0 | valid |
Compiled 150 to 27 computations (82% saved)
...c/correct-round.rkt:119:19: 11.0ms (26.6% of total)ival-div: 8.0ms (19.3% of total)ival-mult: 7.0ms (16.9% of total)ival-add: 6.0ms (14.5% of total)ival-sqrt: 6.0ms (14.5% of total)ival-sub: 3.0ms (7.3% of total)const: 1.0ms (2.4% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (- (+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) 1/3)> |
#<alt (+ a (/ (sqrt (+ a -1/3)) (/ 3 rand)))> |
#<alt (/ (sqrt (+ a -1/3)) (/ 3 rand))> |
#<alt (sqrt (+ a -1/3))> |
#<alt (+ -1/3 a)> |
#<alt (* (sqrt (+ -1/3 a)) (* 1/3 rand))> |
#<alt (sqrt (+ -1/3 a))> |
#<alt (* 1/3 rand)> |
#<alt (* (+ a -1/3) (+ 1 (/ rand (sqrt (* a 9)))))> |
#<alt (+ a -1/3)> |
#<alt (+ 1 (/ rand (sqrt (* a 9))))> |
#<alt (/ rand (sqrt (* a 9)))> |
#<alt (- (+ a -1/3) (* (sqrt (+ a -1/3)) (/ rand -3)))> |
#<alt (* (sqrt (+ a -1/3)) (/ rand -3))> |
#<alt (sqrt (* a 9))> |
#<alt (* a 9)> |
| 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/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -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)))))))> |
#<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)))))))))> |
#<alt (* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<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))))))> |
#<alt (* a (+ 1 (+ (* -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 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1)))> |
#<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))))) 1)))> |
#<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)))))) 1)))> |
#<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))))))) 1)))> |
#<alt a> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)))> |
#<alt (* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand)))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ a 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> |
#<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 (* 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 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/9 (* (sqrt (/ 1 a)) rand))> |
#<alt (/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (* 1/3 (* (sqrt a) rand)) 1/3))) a)> |
#<alt (/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (+ a (* 1/3 (* (sqrt a) rand))) 1/3))) a)> |
#<alt (/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (+ a (* 1/3 (* (sqrt a) rand))) 1/3))) a)> |
#<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/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 (* (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/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/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a)))))> |
#<alt (- a 1/3)> |
#<alt (- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3)> |
#<alt (- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3)> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))> |
#<alt (* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand))))> |
#<alt (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- a 1/3))))))> |
#<alt (* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- 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 (* (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 (/ (+ 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 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<alt (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))> |
#<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 (* 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)) (/ (* rand (sqrt -1)) (sqrt -9)))> |
#<alt (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))> |
#<alt (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))> |
#<alt (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))> |
#<alt (* -1 (+ 1/3 (* -1/3 (* rand (sqrt -1/3)))))> |
#<alt (- (* a (- 1 (* -1/6 (/ rand (sqrt -1/3))))) (+ 1/3 (* -1/3 (* rand (sqrt -1/3)))))> |
#<alt (- (* 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)))))> |
#<alt (- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (+ 1/3 (* -1/3 (* rand (sqrt -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/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (/ 1 a))))))> |
#<alt (* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (- (* 1/3 (/ 1 a)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* -1 (* a (- (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<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 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))))> |
#<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 (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 1/3 (/ 1 rand)))))> |
#<alt (* rand (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 1/3 (/ 1 rand)))))> |
#<alt (* rand (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 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/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3))))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3))))))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3))))))))> |
#<alt (* -1/3 (* (sqrt a) rand))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))> |
#<alt (* 1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* 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 (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* 3 (sqrt a))> |
#<alt (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1))))> |
#<alt (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1))))> |
#<alt (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1))))> |
#<alt (* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1))))> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
#<alt (* 9 a)> |
75 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 38.0ms | a | @ | -inf | (* (sqrt (+ a -1/3)) (/ rand -3)) |
| 2.0ms | a | @ | 0 | (* (+ a -1/3) (+ 1 (/ rand (sqrt (* a 9))))) |
| 1.0ms | a | @ | inf | (sqrt (+ a -1/3)) |
| 1.0ms | a | @ | -inf | (- (+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) 1/3) |
| 1.0ms | a | @ | -inf | (* (+ a -1/3) (+ 1 (/ rand (sqrt (* a 9))))) |
| 1× | batch-egg-rewrite |
| 2302× | *-lowering-*.f32 |
| 2302× | *-lowering-*.f64 |
| 2038× | sum3-define |
| 1646× | /-lowering-/.f32 |
| 1646× | /-lowering-/.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 108 |
| 1 | 93 | 103 |
| 2 | 362 | 103 |
| 3 | 1537 | 101 |
| 4 | 6757 | 101 |
| 0 | 8066 | 101 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) 1/3) |
(+ a (/ (sqrt (+ a -1/3)) (/ 3 rand))) |
(/ (sqrt (+ a -1/3)) (/ 3 rand)) |
(sqrt (+ a -1/3)) |
(+ -1/3 a) |
(* (sqrt (+ -1/3 a)) (* 1/3 rand)) |
(sqrt (+ -1/3 a)) |
(* 1/3 rand) |
(* (+ a -1/3) (+ 1 (/ rand (sqrt (* a 9))))) |
(+ a -1/3) |
(+ 1 (/ rand (sqrt (* a 9)))) |
(/ rand (sqrt (* a 9))) |
(- (+ a -1/3) (* (sqrt (+ a -1/3)) (/ rand -3))) |
(* (sqrt (+ a -1/3)) (/ rand -3)) |
(sqrt (* a 9)) |
(* a 9) |
| Outputs |
|---|
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(+.f64 a (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(+.f64 a (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(+.f64 a (+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.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) (*.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 a (/.f64 rand (/.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) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(+.f64 (/.f64 rand (/.f64 #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 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) a) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/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 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 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 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #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 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.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)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.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 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (*.f64 (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (+.f64 (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.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/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) a) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) a) |
(+.f64 (*.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(+.f64 (-.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(-.f64 a (+.f64 #s(literal 1/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 a (-.f64 #s(literal 1/3 binary64) (/.f64 rand (/.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) (-.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) a)) |
(-.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) a) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 (+.f64 a #s(literal -1/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 a #s(literal -1/3 binary64)) (-.f64 (/.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 (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 a (/.f64 rand (/.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) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 #s(literal 0 binary64) (+.f64 (/.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) a))) |
(-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (/.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) a)) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 (/.f64 rand (/.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) a)) |
(-.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (-.f64 (-.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.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 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))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #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 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(fma.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 a #s(literal -1/3 binary64))) |
(fma.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))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) #s(literal -1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/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 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 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))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 rand #s(literal -3 binary64)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(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 #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #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 a #s(literal -1/3 binary64))) |
(fma.f64 #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)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1 binary64))) #s(literal -1/3 binary64) a) |
(neg.f64 (+.f64 (/.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) a))) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) #s(literal 1 binary64)) |
(+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/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 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 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 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #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 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.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)) rand)))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.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 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (/.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 0 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) a) |
(+.f64 (-.f64 a #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(-.f64 a (/.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 0 binary64) (-.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) a)) |
(fma.f64 a #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) a) |
(fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 rand (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) a) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) a) |
(fma.f64 #s(literal 1 binary64) a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) a) |
(fma.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))) a) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) #s(literal -1 binary64) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 rand #s(literal -3 binary64)) a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) a) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64) a) |
(fma.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64) a) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand a) |
(fma.f64 #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)) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64) a) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) a) |
(neg.f64 (-.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) a)) |
(*.f64 #s(literal 1 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(+.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 0 binary64)) |
(+.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))))) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (log.f64 (/.f64 rand #s(literal 3 binary64))))) |
(exp.f64 (+.f64 (log.f64 (/.f64 rand #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(exp.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (log.f64 (/.f64 #s(literal 3 binary64) rand)))) |
(exp.f64 (-.f64 (log.f64 (/.f64 rand #s(literal 3 binary64))) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 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 #s(literal 0 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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(-.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(neg.f64 (/.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 #s(literal -1 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)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 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)) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.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 -3 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 -3 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 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 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 binary64) rand)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 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 -3 binary64) rand) (/.f64 #s(literal -1 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 #s(literal -1/3 binary64) (pow.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 binary64))) |
(*.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 #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 binary64) (/.f64 rand (/.f64 #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 #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 #s(literal -1 binary64) (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) (/.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 -1/3 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 rand #s(literal -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 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand) |
(*.f64 #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 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (pow.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 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (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 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(sqrt.f64 (+.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 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))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (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)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.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 #s(literal 1 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))) #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 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 1/3 binary64)) |
(fma.f64 a #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) a #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 1/3 binary64) 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 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 0 binary64)) |
(+.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))))) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (log.f64 (/.f64 rand #s(literal 3 binary64))))) |
(exp.f64 (+.f64 (log.f64 (/.f64 rand #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(exp.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (log.f64 (/.f64 #s(literal 3 binary64) rand)))) |
(exp.f64 (-.f64 (log.f64 (/.f64 rand #s(literal 3 binary64))) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 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 #s(literal 0 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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(-.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(neg.f64 (/.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 #s(literal -1 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)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 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)) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.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 -3 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 -3 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 (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 3 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 binary64) rand)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 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 -3 binary64) rand) (/.f64 #s(literal -1 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 #s(literal -1/3 binary64) (pow.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 binary64))) |
(*.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 #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 binary64) (/.f64 rand (/.f64 #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 #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 #s(literal -1 binary64) (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) (/.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 -1/3 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 rand #s(literal -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 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand) |
(*.f64 #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 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (pow.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 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (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 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(sqrt.f64 (+.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 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))) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (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)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.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 #s(literal 1 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))) #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 #s(literal 0 binary64) (/.f64 rand #s(literal 3 binary64))) |
(exp.f64 (log.f64 (/.f64 rand #s(literal 3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 rand #s(literal 3 binary64))) #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/3 binary64) (/.f64 #s(literal -1 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 rand #s(literal -3 binary64)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -3 binary64)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) rand)) |
(pow.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -1 binary64)) |
(pow.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 rand #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) rand) |
(*.f64 #s(literal 1 binary64) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 rand #s(literal -3 binary64))) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) |
(+.f64 a (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))))) |
(+.f64 a (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal 1 binary64))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 (+.f64 a (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal 1 binary64))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) |
(+.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) (+.f64 a #s(literal -1/3 binary64))) |
(+.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(+.f64 (/.f64 a (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) (*.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(+.f64 (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) |
(+.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(+.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))))) |
(+.f64 (+.f64 a (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) a) |
(+.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) (/.f64 a (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) a) |
(+.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal 1 binary64)) a) |
(+.f64 (*.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) #s(literal 1 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (+.f64 a (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(-.f64 a (-.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) |
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand))) |
(-.f64 (+.f64 a (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64))) (/.f64 a (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand))) |
(-.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) (/.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) |
(fma.f64 a (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 rand (/.f64 (+.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 rand (/.f64 #s(literal -1/9 binary64) (sqrt.f64 a)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 rand (*.f64 a (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) a (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal -1/3 binary64) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) (+.f64 a #s(literal -1/3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) a (+.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 a (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) (sqrt.f64 a)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (*.f64 (+.f64 a #s(literal -1/3 binary64)) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (*.f64 a rand) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) #s(literal 1 binary64) (+.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 a)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 rand (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (pow.f64 a #s(literal -1/2 binary64)) (*.f64 rand (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (sqrt.f64 a)) (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 1/3 binary64) a) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (sqrt.f64 a)) (/.f64 rand #s(literal 3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64)) (/.f64 rand (sqrt.f64 a)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1/3 binary64) a) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 rand (sqrt.f64 a))) (-.f64 (/.f64 a #s(literal -3 binary64)) #s(literal -1/9 binary64)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal -1/9 binary64) (sqrt.f64 a)) rand (+.f64 #s(literal -1/3 binary64) (*.f64 a (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))))) |
(fma.f64 (*.f64 #s(literal -1 binary64) (*.f64 a rand)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a rand) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (*.f64 a (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) rand (+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal -9 binary64)))) |
(fma.f64 (/.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (-.f64 #s(literal 0 binary64) rand) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) (+.f64 a #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) #s(literal 1 binary64)) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(-.f64 a #s(literal 1/3 binary64)) |
(-.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 1/3 binary64)) |
(fma.f64 a #s(literal 1 binary64) #s(literal -1/3 binary64)) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) a #s(literal -1/3 binary64)) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 1/3 binary64) 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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand))) |
(+.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 1 binary64))) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) #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 #s(literal 1/3 binary64) (sqrt.f64 a)) rand #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) rand) #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 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 rand #s(literal -3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) #s(literal 1 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) #s(literal 0 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))))) |
(exp.f64 (-.f64 (log.f64 (/.f64 rand #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (log.f64 a)))) |
(exp.f64 (-.f64 (*.f64 (log.f64 (*.f64 a #s(literal 9 binary64))) #s(literal -1/2 binary64)) (*.f64 #s(literal -1 binary64) (log.f64 rand)))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(neg.f64 (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal -1 binary64) rand) (sqrt.f64 a))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) rand) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 a) (/.f64 #s(literal -1 binary64) rand))) |
(/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 #s(literal -1 binary64) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) rand) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal 1 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64)) |
(/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 rand (sqrt.f64 a))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 a)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (sqrt.f64 a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) rand))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (sqrt.f64 (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (/.f64 rand (sqrt.f64 a)))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) (/.f64 rand (sqrt.f64 a))))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand))) |
(/.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) (pow.f64 a #s(literal -1/2 binary64))) rand) #s(literal -3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 rand (sqrt.f64 a))) #s(literal 1 binary64)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (sqrt.f64 a))))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 rand (sqrt.f64 a)))) |
(*.f64 rand (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(*.f64 rand (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (sqrt.f64 a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 a) rand)) #s(literal 1 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) rand) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.f64 rand (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) rand)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 #s(literal 9 binary64) #s(literal -1/2 binary64)) (/.f64 rand (sqrt.f64 a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 rand (sqrt.f64 a))) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) rand) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) #s(literal -1/3 binary64)) |
(+.f64 a (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(+.f64 a (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(+.f64 a (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(+.f64 a (+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.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) (*.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal -1/3 binary64)) |
(+.f64 (+.f64 a (/.f64 rand (/.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) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(+.f64 (/.f64 rand (/.f64 #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 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(+.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (+.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) a) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (+.f64 a (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/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 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 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 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #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 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.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)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.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 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (*.f64 (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (+.f64 (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(+.f64 (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.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/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) a) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) a) |
(+.f64 (*.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) |
(+.f64 (-.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(-.f64 a (+.f64 #s(literal 1/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 a (-.f64 #s(literal 1/3 binary64) (/.f64 rand (/.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) (-.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) a)) |
(-.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) a) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 (+.f64 a #s(literal -1/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 a #s(literal -1/3 binary64)) (-.f64 (/.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 (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) #s(literal 1/3 binary64)) |
(-.f64 (+.f64 a (/.f64 rand (/.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) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 #s(literal 0 binary64) (+.f64 (/.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) a))) |
(-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (/.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) a)) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(-.f64 (/.f64 rand (/.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) a)) |
(-.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (-.f64 (-.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))))) |
(fma.f64 a #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.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 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))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #s(literal 1 binary64) a (+.f64 #s(literal -1/3 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #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 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) (+.f64 (/.f64 rand (/.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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)))) |
(fma.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 a #s(literal -1/3 binary64))) |
(fma.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))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) #s(literal -1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/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 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 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))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 rand #s(literal -3 binary64)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(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 #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) rand (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #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 a #s(literal -1/3 binary64))) |
(fma.f64 #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)) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal -1/3 binary64) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (+.f64 a #s(literal -1/3 binary64))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal 1 binary64))) #s(literal -1/3 binary64) a) |
(neg.f64 (+.f64 (/.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) a))) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (+.f64 a (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))))) #s(literal 1 binary64)) |
(+.f64 #s(literal 0 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 (/.f64 rand #s(literal 3 binary64)) #s(literal 0 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 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) #s(literal 0 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 #s(literal 0 binary64) (/.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) #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 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))) (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) rand)) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(neg.f64 (/.f64 rand (/.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) (/.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)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 rand (/.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) (/.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 #s(literal -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 #s(literal -1/3 binary64) (/.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 3 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 3 binary64) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) |
(/.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand) #s(literal -3 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 binary64) rand)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 3 binary64) rand) rand)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) (*.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 rand #s(literal 3 binary64)))) (/.f64 #s(literal 3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 rand (/.f64 #s(literal 3 binary64) (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) (*.f64 (/.f64 #s(literal 3 binary64) rand) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) (*.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 #s(literal 3 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 3 binary64) rand) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)))) (*.f64 (/.f64 #s(literal 3 binary64) rand) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (/.f64 #s(literal -1 binary64) rand))) |
(pow.f64 (/.f64 #s(literal -3 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 rand #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 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand))) |
(*.f64 #s(literal 1/3 binary64) (pow.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 binary64))) |
(*.f64 #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 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) (/.f64 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)) (pow.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) #s(literal -1 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) rand)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 1/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)) rand))) #s(literal -1/3 binary64)) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 a #s(literal 9 binary64))))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (*.f64 a #s(literal 9 binary64))) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(sqrt.f64 (*.f64 a #s(literal 9 binary64))) |
(neg.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal 3 binary64) (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(/.f64 (sqrt.f64 (*.f64 a #s(literal 9 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(pow.f64 (*.f64 a #s(literal 9 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 a #s(literal 9 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (*.f64 a #s(literal 9 binary64)))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal 9 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) #s(literal 3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal -3 binary64)) |
(exp.f64 (log.f64 (*.f64 a #s(literal 9 binary64)))) |
(*.f64 a #s(literal 9 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) |
(*.f64 #s(literal 9 binary64) a) |
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 #s(literal 9 binary64)))) |
(*.f64 (exp.f64 (log.f64 #s(literal 9 binary64))) (exp.f64 (log.f64 a))) |
| 1× | egg-herbie |
| 3350× | *-lowering-*.f32 |
| 3350× | *-lowering-*.f64 |
| 2144× | +-lowering-+.f64 |
| 2144× | +-lowering-+.f32 |
| 1880× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 408 | 4071 |
| 1 | 1389 | 3602 |
| 2 | 5607 | 3569 |
| 0 | 8030 | 3569 |
| 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/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 1/6 (/ rand (sqrt -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 (* 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))))))))) |
(* a (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* a (+ 1 (+ (* -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 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(* -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))) |
(* -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))) |
(* -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))) |
a |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))) |
(* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ a 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 |
(- 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 (* 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 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/9 (* (sqrt (/ 1 a)) rand)) |
(/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (* 1/3 (* (sqrt a) rand)) 1/3))) a) |
(/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (+ a (* 1/3 (* (sqrt a) rand))) 1/3))) a) |
(/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (+ a (* 1/3 (* (sqrt a) rand))) 1/3))) a) |
(* 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/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 (* (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/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))) |
(* -1 (* a (+ (* -1 (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) (* 1/3 (/ (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) a))))) |
(- a 1/3) |
(- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3) |
(- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3)))) |
(* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3)))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- a 1/3)))))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- 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 (* (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)) |
(/ (+ 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 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(* 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)) |
(* 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)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(* -1 (+ 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 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (+ 1/3 (* -1/3 (* rand (sqrt -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/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (/ 1 a)))))) |
(* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(* -1 (* a (- (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(* -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 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(- 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 (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 1/3 (/ 1 rand))))) |
(* rand (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 1/3 (/ 1 rand))))) |
(* rand (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 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/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3)))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))))) |
(* -1/3 (* (sqrt a) rand)) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(* 1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* 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)))) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* 3 (sqrt a)) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
(* 9 a) |
| 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 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))) (+.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/24 (/ (* a rand) (pow (sqrt -1/3) 3))) (* 1/6 (/ rand (sqrt -1/3))))))) 1/3) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 rand (/.f64 a (sqrt.f64 #s(literal -1/3 binary64)))))))) (+.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))) (* a (+ (* -1/24 (/ rand (pow (sqrt -1/3) 3))) (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))))))))) 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 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (-.f64 (/.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/8 binary64) (/.f64 rand (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 rand #s(literal -1/3 binary64))))) |
(* a (- (+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) (* 1/3 (/ 1 a)))) |
(*.f64 a (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) |
(* 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 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (+.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 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 binary64)))) (+.f64 (*.f64 rand (+.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) (neg.f64 a)) |
(* -1 (* a (- (+ (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* 1/3 (/ 1 a))) 1))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) (neg.f64 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 #s(literal -1 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #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))) (neg.f64 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (neg.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)))) (neg.f64 a))) a))) (neg.f64 a)) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (+.f64 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 #s(literal -1/3 binary64) (+.f64 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 #s(literal -1/3 binary64) (+.f64 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 (neg.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 (neg.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 (neg.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/3 (* rand (sqrt -1/3))) (* a (+ 1 (* 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 #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))))))) |
(+.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 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 rand (/.f64 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))))))))) |
(+.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 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (-.f64 (/.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/8 binary64) (/.f64 rand (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 rand #s(literal -1/3 binary64))))) |
(* a (+ 1 (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(*.f64 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/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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 binary64))) (+.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/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))))) |
(* a (+ 1 (+ (* -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 #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/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))))))) (*.f64 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))))) |
(* -1 (* a (- (* 1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) (neg.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))))) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (neg.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))))) (neg.f64 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)))))) 1))) |
(*.f64 a (*.f64 (+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 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) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 binary64)))))) #s(literal -1 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))))))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (neg.f64 rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/1296 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 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) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 binary64)))))))) |
a |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+.f64 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))))) |
(+.f64 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))))) |
(+.f64 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))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 a rand))) |
(* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 a rand))) |
(* rand (+ (* 1/3 (sqrt (- a 1/3))) (/ a rand))) |
(*.f64 rand (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 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 rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 (neg.f64 rand) (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 a rand))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 (neg.f64 rand) (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 a rand))) |
(* -1 (* rand (+ (* -1 (/ a rand)) (* -1/3 (sqrt (- a 1/3)))))) |
(*.f64 (neg.f64 rand) (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))) (/.f64 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 #s(literal 1/8 binary64) (*.f64 rand (/.f64 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 (*.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/8 binary64) (/.f64 rand (sqrt.f64 #s(literal -1/3 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 #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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 binary64))) (*.f64 rand (+.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 (*.f64 rand (+.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 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 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 #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 #s(literal 0 binary64) (*.f64 a (*.f64 (neg.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 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 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) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 binary64))))) (neg.f64 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 (neg.f64 (+.f64 (*.f64 (neg.f64 rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/1296 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 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) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 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 #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 #s(literal 3/8 binary64) (/.f64 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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.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) (*.f64 a (*.f64 a a)))) #s(literal -1/6 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))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64))) (neg.f64 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 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64)))) (neg.f64 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 (+.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 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64))))) (neg.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 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) a) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) a) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) a) |
(* 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 #s(literal 1/8 binary64) (*.f64 rand (/.f64 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 (*.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/8 binary64) (/.f64 rand (sqrt.f64 #s(literal -1/3 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 #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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 binary64))) (*.f64 rand (+.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 (*.f64 rand (+.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 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 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 #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 #s(literal 0 binary64) (*.f64 a (*.f64 (neg.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 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 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) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 binary64))))) (neg.f64 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 (neg.f64 (+.f64 (*.f64 (neg.f64 rand) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal 1/1296 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 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) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 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 #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 #s(literal 3/8 binary64) (/.f64 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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.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) (*.f64 a (*.f64 a a)))) #s(literal -1/6 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))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64))) (neg.f64 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 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64)))) (neg.f64 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 (+.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 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal -1/6 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/72 binary64))))) (neg.f64 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) |
(* -1/9 (* (sqrt (/ 1 a)) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/9 binary64))) |
(/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (* 1/3 (* (sqrt a) rand)) 1/3))) a) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 a) (*.f64 rand #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a)))))) a) |
(/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (+ a (* 1/3 (* (sqrt a) rand))) 1/3))) a) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 a) (*.f64 rand #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))))) a) |
(/ (+ (* -1/9 (* (sqrt a) rand)) (* a (- (+ a (* 1/3 (* (sqrt a) rand))) 1/3))) a) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 a) (*.f64 rand #s(literal -1/9 binary64))) (*.f64 a (+.f64 #s(literal -1/3 binary64) (+.f64 a (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))))) 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 rand #s(literal -1/3 binary64))))) |
(* 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 rand #s(literal -1/3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) a))) |
(* 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 rand #s(literal -1/3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) a))) |
(* 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 rand #s(literal -1/3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) a))) |
(* a (+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.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 (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) a) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) (neg.f64 a)) |
(* -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 (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) a) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) (neg.f64 a)) |
(* -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 (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) a) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))))) (neg.f64 a)) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64))) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64))) (+.f64 #s(literal -1/3 binary64) a)) |
(- (+ a (* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3))))) 1/3) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64))) (+.f64 #s(literal -1/3 binary64) a)) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64))) |
(* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) (+.f64 #s(literal -1/3 binary64) a))))) |
(* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) (+.f64 #s(literal -1/3 binary64) a))))) |
(* rand (- (+ (* 1/3 (* (sqrt (/ 1 a)) (- a 1/3))) (/ a rand)) (* 1/3 (/ 1 rand)))) |
(*.f64 rand (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) a) rand) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) (+.f64 #s(literal -1/3 binary64) a))))) |
(* 1/3 (* (sqrt (/ 1 a)) (* rand (- a 1/3)))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 rand (+.f64 #s(literal -1/3 binary64) a)) #s(literal 1/3 binary64))) |
(* -1 (* rand (+ (* -1 (/ (- a 1/3) rand)) (* -1/3 (* (sqrt (/ 1 a)) (- a 1/3)))))) |
(*.f64 (neg.f64 rand) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/3 binary64) (+.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 (/ 1 a)) (- a 1/3)))))) |
(*.f64 (neg.f64 rand) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/3 binary64) (+.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 (/ 1 a)) (- a 1/3)))))) |
(*.f64 (neg.f64 rand) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -1/3 binary64) (+.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 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) a) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) a) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #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 rand #s(literal -1/3 binary64)))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) |
(* 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 rand #s(literal -1/3 binary64)))) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) |
(* rand (+ (* 1/3 (sqrt (/ 1 a))) (/ 1 rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/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 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 (neg.f64 rand) (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 (neg.f64 rand) (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand))) |
(* -1 (* rand (- (* -1/3 (sqrt (/ 1 a))) (/ 1 rand)))) |
(*.f64 (neg.f64 rand) (+.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (/.f64 #s(literal -1 binary64) rand))) |
(* 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 rand #s(literal -1/3 binary64)))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) |
(+ 1 (* 1/3 (* (sqrt (/ 1 a)) rand))) |
(-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64)))) |
(+ 1 (* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 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)) |
(*.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)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) |
(* (sqrt (/ 1 a)) (/ (* rand (sqrt -1)) (sqrt -9))) |
(/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -9 binary64))) |
(* -1 (+ 1/3 (* -1/3 (* rand (sqrt -1/3))))) |
(+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64))))) |
(- (* a (- 1 (* -1/6 (/ rand (sqrt -1/3))))) (+ 1/3 (* -1/3 (* rand (sqrt -1/3))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))))) |
(- (* 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))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 rand (/.f64 a (sqrt.f64 #s(literal -1/3 binary64)))))))) (+.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))))) |
(- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (+ 1/3 (* -1/3 (* rand (sqrt -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 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))) (*.f64 a (-.f64 (/.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/8 binary64) (/.f64 rand (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 rand #s(literal -1/3 binary64))))) |
(* a (- 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/3 (/ 1 a))))) |
(*.f64 a (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) |
(* 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 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(* a (- (+ 1 (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) 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/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))))) (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal 1/18 binary64))))))) |
(* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.f64 a (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) (+.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) (neg.f64 a)) |
(* -1 (* a (- (* -1 (/ (- (* -1/18 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) 1/3) a)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(*.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 rand (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) #s(literal 1/18 binary64))) (neg.f64 a)) (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) (neg.f64 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 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(*.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 (neg.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)))) (neg.f64 a))) (neg.f64 a)) (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))))) (neg.f64 a)) |
(- a 1/3) |
(+.f64 #s(literal -1/3 binary64) a) |
(- (+ a (* 1/3 (* rand (sqrt (- a 1/3))))) 1/3) |
(+.f64 #s(literal -1/3 binary64) (+.f64 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 #s(literal -1/3 binary64) (+.f64 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 #s(literal -1/3 binary64) (+.f64 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 (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 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 (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 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 (- (/ a rand) (+ (* -1/3 (sqrt (- a 1/3))) (* 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 (neg.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 (neg.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 (neg.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/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3)))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 rand (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/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 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 #s(literal -1/8 binary64) (*.f64 rand (/.f64 a (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 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 a (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 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 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) 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/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/216 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)))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(*.f64 a (+.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 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)))))) |
(* 1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))) |
(*.f64 (*.f64 (neg.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))))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))))))) |
(*.f64 (+.f64 (*.f64 rand (+.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal 1/18 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2))))))))) |
(*.f64 (+.f64 (*.f64 (neg.f64 rand) (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))))))) (*.f64 rand (+.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)))))))) (neg.f64 a)) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* 3 (sqrt a)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 a)) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal -1 binary64) (sqrt.f64 a))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal -1 binary64) (sqrt.f64 a))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal -1 binary64) (sqrt.f64 a))) |
(* -1 (* (sqrt a) (* (sqrt -9) (sqrt -1)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -9 binary64))) (*.f64 #s(literal -1 binary64) (sqrt.f64 a))) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
(* 9 a) |
(*.f64 a #s(literal 9 binary64)) |
Compiled 18401 to 2000 computations (89.1% saved)
14 alts after pruning (12 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1122 | 12 | 1134 |
| Fresh | 1 | 0 | 1 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1126 | 14 | 1140 |
| Status | Accuracy | Program |
|---|---|---|
| 40.9% | (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)) (/.f64 #s(literal 3 binary64) rand)) | |
| 40.9% | (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) | |
| 40.9% | (/.f64 rand (/.f64 #s(literal 3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1/2 binary64)))) | |
| ▶ | 58.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
| ▶ | 40.9% | (/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
| ✓ | 99.9% | (-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
| ▶ | 98.7% | (-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| ✓ | 58.8% | (+.f64 #s(literal -1/3 binary64) a) |
| 40.9% | (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) | |
| ▶ | 40.3% | (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
| 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) | |
| 40.3% | (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) | |
| 57.8% | a | |
| ▶ | 1.7% | #s(literal -1/3 binary64) |
Compiled 237 to 187 computations (21.1% saved)
| 1× | egg-herbie |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.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 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/3 binary64) rand) |
| ✓ | cost-diff | 0 | (sqrt.f64 a) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
| ✓ | cost-diff | 0 | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | cost-diff | 256 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| 2582× | fnmadd-define |
| 2174× | fma-define |
| 1566× | sum3-define |
| 1188× | fmsub-define |
| 1168× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 89 |
| 1 | 41 | 89 |
| 2 | 81 | 88 |
| 3 | 120 | 88 |
| 4 | 182 | 88 |
| 5 | 306 | 88 |
| 6 | 503 | 88 |
| 7 | 769 | 88 |
| 8 | 1051 | 88 |
| 9 | 1764 | 88 |
| 10 | 2831 | 88 |
| 11 | 4038 | 88 |
| 12 | 5721 | 88 |
| 13 | 6141 | 88 |
| 14 | 6659 | 88 |
| 15 | 7151 | 88 |
| 16 | 7420 | 88 |
| 0 | 8002 | 88 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- a (* (sqrt (+ a -1/3)) (/ rand -3))) |
a |
(* (sqrt (+ a -1/3)) (/ rand -3)) |
(sqrt (+ a -1/3)) |
(+ a -1/3) |
-1/3 |
(/ rand -3) |
rand |
-3 |
-1/3 |
(/ 1 (/ 1 (+ a -1/3))) |
1 |
(/ 1 (+ a -1/3)) |
(+ a -1/3) |
a |
-1/3 |
(* (sqrt a) (* 1/3 rand)) |
(sqrt a) |
a |
(* 1/3 rand) |
1/3 |
rand |
(/ 1/3 (/ (pow (+ a -1/3) -1/2) rand)) |
1/3 |
(/ (pow (+ a -1/3) -1/2) rand) |
(pow (+ a -1/3) -1/2) |
(+ a -1/3) |
a |
-1/3 |
-1/2 |
rand |
| Outputs |
|---|
(- a (* (sqrt (+ a -1/3)) (/ rand -3))) |
(+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
a |
(* (sqrt (+ a -1/3)) (/ rand -3)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) |
(sqrt (+ a -1/3)) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(+ a -1/3) |
(+.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(/ rand -3) |
(/.f64 rand #s(literal -3 binary64)) |
rand |
-3 |
#s(literal -3 binary64) |
-1/3 |
#s(literal -1/3 binary64) |
(/ 1 (/ 1 (+ a -1/3))) |
(+.f64 a #s(literal -1/3 binary64)) |
1 |
#s(literal 1 binary64) |
(/ 1 (+ a -1/3)) |
(/.f64 #s(literal 1 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) |
(* (sqrt a) (* 1/3 rand)) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(sqrt a) |
(sqrt.f64 a) |
a |
(* 1/3 rand) |
(/.f64 rand #s(literal 3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
rand |
(/ 1/3 (/ (pow (+ a -1/3) -1/2) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
1/3 |
#s(literal 1/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 |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand) |
| ✓ | accuracy | 99.5% | (/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 99.5% | (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
| ✓ | accuracy | 99.5% | (*.f64 #s(literal 1/3 binary64) rand) |
| ✓ | accuracy | 100.0% | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | accuracy | 99.8% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
| ✓ | accuracy | 100.0% | (-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| ✓ | accuracy | 100.0% | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))) |
| 136.0ms | 256× | 0 | valid |
Compiled 97 to 21 computations (78.4% saved)
ival-div: 9.0ms (22.5% of total)...c/correct-round.rkt:119:19: 8.0ms (20% of total)ival-pow: 6.0ms (15% of total)ival-mult: 5.0ms (12.5% of total)ival-sqrt: 4.0ms (10% of total)backward-pass: 4.0ms (10% of total)ival-add: 2.0ms (5% of total)ival-sub: 1.0ms (2.5% of total)const: 1.0ms (2.5% of total)| Inputs |
|---|
#<alt (- a (* (sqrt (+ a -1/3)) (/ rand -3)))> |
#<alt (* (sqrt (+ a -1/3)) (/ rand -3))> |
#<alt (sqrt (+ a -1/3))> |
#<alt (+ a -1/3)> |
#<alt (/ 1 (/ 1 (+ a -1/3)))> |
#<alt (/ 1 (+ a -1/3))> |
#<alt (* (sqrt a) (* 1/3 rand))> |
#<alt (sqrt a)> |
#<alt (* 1/3 rand)> |
#<alt (/ 1/3 (/ (pow (+ a -1/3) -1/2) rand))> |
#<alt (/ (pow (+ a -1/3) -1/2) rand)> |
#<alt (pow (+ a -1/3) -1/2)> |
| Outputs |
|---|
#<alt (* 1/3 (* rand (sqrt -1/3)))> |
#<alt (- (* a (- 1 (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3))))> |
#<alt (- (* a (- (+ 1 (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3))))> |
#<alt (- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3))))> |
#<alt (* a (- 1 (* -1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))) (* -1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))> |
#<alt (* a (- (+ 1 (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))> |
#<alt (* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (- (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ 1 (* -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 (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))))))))> |
#<alt (* -1 (* a (- (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2))))))))))> |
#<alt a> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3)))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3)))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1/3 (* rand (sqrt -1/3)))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3))))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3))))))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3))))))))> |
#<alt (* -1/3 (* (sqrt a) rand))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))> |
#<alt (* 1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2))))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* 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> |
#<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> |
#<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> |
#<alt (- (* -9 a) 3)> |
#<alt (- (* a (- (* -27 a) 9)) 3)> |
#<alt (- (* a (- (* a (- (* -81 a) 27)) 9)) 3)> |
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (* 1/3 (/ 1 a))) a)> |
#<alt (/ (+ 1 (+ (/ 1/9 (pow a 2)) (* 1/3 (/ 1 a)))) a)> |
#<alt (/ (+ 1 (+ (/ 1/9 (pow a 2)) (+ (* 1/3 (/ 1 a)) (* 1/27 (/ 1 (pow a 3)))))) a)> |
#<alt (/ 1 a)> |
#<alt (/ (+ 1 (* 1/3 (/ 1 a))) a)> |
#<alt (* -1 (/ (- (* -1 (/ (+ 1/3 (* 1/9 (/ 1 a))) a)) 1) a))> |
#<alt (* -1 (/ (- (* -1 (/ (+ 1/3 (+ (/ 1/27 (pow a 2)) (* 1/9 (/ 1 a)))) a)) 1) 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 (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 (* 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 (* 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))> |
#<alt (* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))))> |
#<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 -3) rand)> |
#<alt (+ (* -9/2 (/ a (* rand (sqrt -3)))) (/ (sqrt -3) rand))> |
#<alt (+ (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (* rand (sqrt -3)))) (* 9/2 (/ 1 (* rand (sqrt -3)))))) (/ (sqrt -3) rand))> |
#<alt (+ (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (* rand (sqrt -3)))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (* rand (sqrt -3)))))) (* 9/2 (/ 1 (* rand (sqrt -3)))))) (/ (sqrt -3) rand))> |
#<alt (* (sqrt (/ 1 a)) (/ 1 rand))> |
#<alt (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (* (sqrt (/ 1 a)) (/ 1 rand)))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) (/ 1 rand))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (* (sqrt (/ 1 a)) (/ 1 rand))))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) (/ 1 rand))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 7))) (/ (- 1/27 (* 1/36 a)) rand))) (* (sqrt (/ 1 a)) (/ 1 rand)))))> |
#<alt (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)))> |
#<alt (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand))))> |
#<alt (+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (pow (sqrt -1) 2) rand))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (pow (sqrt -1) 2) (+ 1/27 (* -1/36 a))) rand)))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (* (/ 1 rand) (sqrt (/ 1 (- a 1/3))))> |
#<alt (sqrt -3)> |
#<alt (+ (sqrt -3) (* -9/2 (/ a (sqrt -3))))> |
#<alt (+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3))))))> |
#<alt (+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3))))))> |
#<alt (sqrt (/ 1 a))> |
#<alt (+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3)))))> |
#<alt (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3))))))> |
#<alt (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))))))> |
#<alt (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))> |
#<alt (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))> |
#<alt (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))> |
#<alt (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 a)) (- 1/27 (* -1/36 (/ a (pow (sqrt -1) 2)))))) (* -1/18 (sqrt a))) (pow a 3))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | a | @ | -inf | (* (sqrt a) (* 1/3 rand)) |
| 1.0ms | a | @ | -inf | (/ 1/3 (/ (pow (+ a -1/3) -1/2) rand)) |
| 1.0ms | rand | @ | 0 | (* (sqrt a) (* 1/3 rand)) |
| 1.0ms | a | @ | -inf | (/ (pow (+ a -1/3) -1/2) rand) |
| 1.0ms | a | @ | -inf | (pow (+ a -1/3) -1/2) |
| 1× | batch-egg-rewrite |
| 2128× | *-lowering-*.f32 |
| 2128× | *-lowering-*.f64 |
| 1676× | /-lowering-/.f32 |
| 1676× | /-lowering-/.f64 |
| 1630× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 64 |
| 1 | 82 | 64 |
| 2 | 327 | 62 |
| 3 | 1233 | 60 |
| 4 | 4840 | 60 |
| 0 | 8217 | 60 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- a (* (sqrt (+ a -1/3)) (/ rand -3))) |
(* (sqrt (+ a -1/3)) (/ rand -3)) |
(sqrt (+ a -1/3)) |
(+ a -1/3) |
(/ 1 (/ 1 (+ a -1/3))) |
(/ 1 (+ a -1/3)) |
(* (sqrt a) (* 1/3 rand)) |
(sqrt a) |
(* 1/3 rand) |
(/ 1/3 (/ (pow (+ a -1/3) -1/2) rand)) |
(/ (pow (+ a -1/3) -1/2) rand) |
(pow (+ a -1/3) -1/2) |
| Outputs |
|---|
(+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) a) |
(+.f64 #s(literal 0 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (-.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (fma.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 a #s(literal 1 binary64) (neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) a (neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (sqrt.f64 #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (neg.f64 (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) |
(-.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) a)) |
(fma.f64 a #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) a) |
(fma.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 rand (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) a) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) a) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) #s(literal -1 binary64) a) |
(fma.f64 #s(literal 1 binary64) a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 #s(literal 1 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) (-.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) a) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64) a) |
(fma.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) a) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/3 binary64) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal -3 binary64)) a) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) rand a) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal -1/3 binary64) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) a) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) a) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) a) |
(fma.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) a) |
(fma.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) a) |
(fma.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) a) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) a) |
(fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) a) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) a) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) a) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) a) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) a) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) a) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -1 binary64)) a) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) a) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) a) |
(fma.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) a) |
(fma.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) a) |
(fma.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) a) |
(neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) a)) |
(*.f64 #s(literal 1 binary64) (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))) |
(+.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) #s(literal 0 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 0 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(+.f64 (*.f64 #s(literal 0 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))) (/.f64 #s(literal -3 binary64) rand))) |
(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))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)) (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(fma.f64 #s(literal 0 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))) (/.f64 #s(literal -3 binary64) rand))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) #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/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) |
(/.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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/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 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 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) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (neg.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) rand) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) rand)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64))) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (neg.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #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 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 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)) (/.f64 rand #s(literal -3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #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 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.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 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.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 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (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))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal -3 binary64)))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) |
(*.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(*.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -1 binary64))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -3 binary64) rand)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) |
(neg.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 1 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 #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/3 binary64) a)) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) |
(/.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (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)) |
(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/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (/.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) #s(literal 2 binary64))) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.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) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (pow.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (log.f64 (/.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) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 #s(literal -1/3 binary64) (/.f64 a #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/3 binary64) a)) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)) #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)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) #s(literal -1/3 binary64)) |
(neg.f64 (-.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a)))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64)))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 1/3 binary64) a))) #s(literal -1 binary64)) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (exp.f64 #s(literal 1 binary64)) (log.f64 (+.f64 a #s(literal -1/3 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 #s(literal -1 binary64) (-.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal -1 binary64) (exp.f64 (log.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))))) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1 binary64))) (log.f64 (/.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) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 #s(literal -1/3 binary64) (/.f64 a #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/3 binary64) a)) |
(-.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)) #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)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) #s(literal -1/3 binary64)) |
(neg.f64 (-.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a)))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64)))) |
(/.f64 (exp.f64 (log.f64 (-.f64 #s(literal 1/3 binary64) a))) #s(literal -1 binary64)) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (exp.f64 #s(literal 1 binary64)) (log.f64 (+.f64 a #s(literal -1/3 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 #s(literal -1 binary64) (-.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal -1 binary64) (exp.f64 (log.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(exp.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (exp.f64 (log.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (exp.f64 #s(literal 1 binary64)) (log.f64 (/.f64 #s(literal 1 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 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))) #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)) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)))) |
(neg.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 a))) |
(neg.f64 (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) rand))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 a)) #s(literal -3 binary64)) |
(/.f64 (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1 binary64)) |
(/.f64 (*.f64 (sqrt.f64 a) (-.f64 #s(literal 0 binary64) rand)) #s(literal -3 binary64)) |
(/.f64 (*.f64 (sqrt.f64 a) #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) rand)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 a))) |
(*.f64 rand (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) |
(*.f64 rand (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 rand (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)))) |
(*.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(*.f64 (*.f64 rand (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 a))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(*.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 a) (-.f64 #s(literal 0 binary64) rand)) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal -1 binary64)) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) #s(literal 1 binary64)) rand) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 a))) |
(sqrt.f64 a) |
(pow.f64 a #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 a)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 a) #s(literal 1 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 rand #s(literal 3 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/3 binary64) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 rand #s(literal 3 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(/.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)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 rand #s(literal 1/3 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) rand) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) #s(literal -1/3 binary64)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 rand (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 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 0 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 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 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) rand #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal -1/3 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -1 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 0 binary64)) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 #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))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.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 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) #s(literal -1 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/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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #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 -3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) #s(literal -1 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) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) #s(literal 3 binary64))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -1 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 rand #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)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 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 -3 binary64) rand) #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.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 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -1 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) #s(literal 3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) rand))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (*.f64 rand (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal -3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)))) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) rand) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) rand)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) rand) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1/3 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (neg.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal -3 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (/.f64 #s(literal 3 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (-.f64 (*.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 #s(literal -3 binary64) rand)) (*.f64 (/.f64 #s(literal -3 binary64) rand) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal -3 binary64))))) |
(pow.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) #s(literal 1 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 (exp.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 -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand))) |
(*.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 3 binary64))) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.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 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.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 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (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))) #s(literal 3 binary64)) rand) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64)))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -3 binary64) rand))) |
(*.f64 (/.f64 rand (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (/.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 rand (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (/.f64 (*.f64 rand (sqrt.f64 #s(literal -1 binary64))) #s(literal 3 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(+.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal 0 binary64)) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(exp.f64 (log.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))) |
(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))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 #s(literal -1 binary64) (log.f64 rand)))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 rand)) (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) |
(fma.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(neg.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) |
(/.f64 #s(literal 1 binary64) (/.f64 rand (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 (/.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) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand))) |
(/.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)) |
(/.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) rand)) |
(/.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (*.f64 rand (sqrt.f64 #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) rand) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) rand)) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 rand (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) rand))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand))) (-.f64 #s(literal 0 binary64) rand)) (*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) 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 0 binary64) rand))) |
(/.f64 (-.f64 #s(literal 0 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 #s(literal 0 binary64) rand) rand)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1 binary64) rand))) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) rand))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand)) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) rand)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) rand) (*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 rand (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 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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)) rand)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand) #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 #s(literal 0 binary64) rand))) |
(*.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)) |
(*.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) rand)) |
(*.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 1 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) rand)) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) rand))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) rand)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) rand) #s(literal 1 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) rand) #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 1 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) rand)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) rand)) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) rand) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) (sqrt.f64 #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 #s(literal -1 binary64) #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 rand (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 rand (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) rand) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(+.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal -1/2 binary64))) (log.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(sqrt.f64 (/.f64 #s(literal 1 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 #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/2 binary64)) #s(literal 1 binary64)) |
(/.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) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (neg.f64 (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (-.f64 #s(literal 1/3 binary64) a))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (sqrt.f64 (-.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 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/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1/2 binary64))) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal 1 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 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 #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 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 #s(literal -1 binary64))) (pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (-.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #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 #s(literal -1 binary64) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64))) (pow.f64 (-.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
| 1× | egg-herbie |
| 3920× | *-lowering-*.f32 |
| 3920× | *-lowering-*.f64 |
| 1988× | +-lowering-+.f64 |
| 1988× | +-lowering-+.f32 |
| 1508× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 427 | 2534 |
| 1 | 1379 | 2154 |
| 2 | 5350 | 2119 |
| 0 | 8245 | 2119 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* rand (sqrt -1/3))) |
(- (* a (- 1 (* -1/6 (/ rand (sqrt -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 (* rand (sqrt -1/3)))) |
(- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3)))) |
(* a (- 1 (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))) (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(* a (- (+ 1 (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(* -1 (* a (- (* 1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ 1 (* -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 (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))))) |
(* -1 (* a (- (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))))))))) |
a |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(* -1/3 (* rand (sqrt -1/3))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3)))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))))) |
(* -1/3 (* (sqrt a) rand)) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(* 1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* 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 |
(- 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 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 |
(- (* -9 a) 3) |
(- (* a (- (* -27 a) 9)) 3) |
(- (* a (- (* a (- (* -81 a) 27)) 9)) 3) |
(/ 1 a) |
(/ (+ 1 (* 1/3 (/ 1 a))) a) |
(/ (+ 1 (+ (/ 1/9 (pow a 2)) (* 1/3 (/ 1 a)))) a) |
(/ (+ 1 (+ (/ 1/9 (pow a 2)) (+ (* 1/3 (/ 1 a)) (* 1/27 (/ 1 (pow a 3)))))) a) |
(/ 1 a) |
(/ (+ 1 (* 1/3 (/ 1 a))) a) |
(* -1 (/ (- (* -1 (/ (+ 1/3 (* 1/9 (/ 1 a))) a)) 1) a)) |
(* -1 (/ (- (* -1 (/ (+ 1/3 (+ (/ 1/27 (pow a 2)) (* 1/9 (/ 1 a)))) a)) 1) 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)) |
(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))) |
(* 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) |
(* 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)) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
(* 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 -3) rand) |
(+ (* -9/2 (/ a (* rand (sqrt -3)))) (/ (sqrt -3) rand)) |
(+ (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (* rand (sqrt -3)))) (* 9/2 (/ 1 (* rand (sqrt -3)))))) (/ (sqrt -3) rand)) |
(+ (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (* rand (sqrt -3)))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (* rand (sqrt -3)))))) (* 9/2 (/ 1 (* rand (sqrt -3)))))) (/ (sqrt -3) rand)) |
(* (sqrt (/ 1 a)) (/ 1 rand)) |
(+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (* (sqrt (/ 1 a)) (/ 1 rand))) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) (/ 1 rand))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (* (sqrt (/ 1 a)) (/ 1 rand)))) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) (/ 1 rand))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 7))) (/ (- 1/27 (* 1/36 a)) rand))) (* (sqrt (/ 1 a)) (/ 1 rand))))) |
(* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand))) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (pow (sqrt -1) 2) rand))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (pow (sqrt -1) 2) (+ 1/27 (* -1/36 a))) rand)))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(sqrt -3) |
(+ (sqrt -3) (* -9/2 (/ a (sqrt -3)))) |
(+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3)))))) |
(+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3)))))) |
(sqrt (/ 1 a)) |
(+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3))))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3)))))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a))))))) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) |
(+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
(+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 a)) (- 1/27 (* -1/36 (/ a (pow (sqrt -1) 2)))))) (* -1/18 (sqrt a))) (pow a 3))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
| Outputs |
|---|
(* 1/3 (* rand (sqrt -1/3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) |
(- (* a (- 1 (* -1/6 (/ 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 a (-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/6 binary64) (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))))))) |
(- (* a (- (+ 1 (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))) (* -1/6 (/ 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 a (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64))) (*.f64 #s(literal -1/6 binary64) (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))))))) |
(- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ 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 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 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 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/18 (* (sqrt (/ 1 (pow a 3))) rand))) (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 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/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 binary64))) (*.f64 rand (+.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))))) |
(* a (- (+ 1 (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 rand (+.f64 (*.f64 #s(literal -1/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.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))))))) |
(* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))) |
(*.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/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 #s(literal -1 binary64) (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))))) |
(* -1 (* a (- (* -1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal 1/216 binary64))) (-.f64 #s(literal -1 binary64) (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 rand #s(literal -1/1296 binary64))) (-.f64 #s(literal -1 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal -1/216 binary64))) (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))))) (-.f64 #s(literal 0 binary64) a)) |
a |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+.f64 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))))) |
(+.f64 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))))) |
(+.f64 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 (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.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)) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* -1/3 (* rand (sqrt -1/3))) |
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3)))) |
(+.f64 (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 #s(literal -1/6 binary64) (*.f64 rand (/.f64 a (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 (*.f64 rand (/.f64 a (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/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))))) |
(+.f64 (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) (*.f64 a (+.f64 (*.f64 #s(literal -1/6 binary64) (/.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/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 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) 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/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 rand #s(literal -1/3 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)))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(*.f64 a (+.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 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)))))) |
(* 1/3 (* (sqrt a) (* rand (pow (sqrt -1) 2)))) |
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2)))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal -1/216 binary64))) (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) (* rand (pow (sqrt -1) 2)))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) (* rand (pow (sqrt -1) 2)))) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) (* rand (pow (sqrt -1) 2)))) (* 1/216 (* (sqrt (/ 1 (pow a 5))) (* rand (pow (sqrt -1) 2))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 rand (+.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 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.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/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 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (+.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 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64)) (+.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (+.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/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 0 binary64) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 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 0 binary64) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1 (* a (- (* 1/3 (/ 1 a)) 1))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) a)))) |
-3 |
#s(literal -3 binary64) |
(- (* -9 a) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) |
(- (* a (- (* -27 a) 9)) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a (+.f64 #s(literal -9 binary64) (*.f64 a #s(literal -27 binary64))))) |
(- (* a (- (* a (- (* -81 a) 27)) 9)) 3) |
(+.f64 #s(literal -3 binary64) (*.f64 a (+.f64 #s(literal -9 binary64) (*.f64 a (+.f64 #s(literal -27 binary64) (*.f64 a #s(literal -81 binary64))))))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (* 1/3 (/ 1 a))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a) |
(/ (+ 1 (+ (/ 1/9 (pow a 2)) (* 1/3 (/ 1 a)))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1/9 binary64) (*.f64 a a)))) a) |
(/ (+ 1 (+ (/ 1/9 (pow a 2)) (+ (* 1/3 (/ 1 a)) (* 1/27 (/ 1 (pow a 3)))))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal 1/9 binary64) (*.f64 a a))))) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ (+ 1 (* 1/3 (/ 1 a))) a) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) a) |
(* -1 (/ (- (* -1 (/ (+ 1/3 (* 1/9 (/ 1 a))) a)) 1) a)) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) a)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (- (* -1 (/ (+ 1/3 (+ (/ 1/27 (pow a 2)) (* 1/9 (/ 1 a)))) a)) 1) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) a) (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/27 binary64) (*.f64 a a)))) a)) 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))) |
(* 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))) |
(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) |
(* 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) |
(* 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 (*.f64 (*.f64 rand a) #s(literal 1/6 binary64)) (sqrt.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/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 a (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 binary64))) (*.f64 #s(literal -1/6 binary64) (/.f64 rand (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 (*.f64 rand a) #s(literal 1/48 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/3 binary64)) #s(literal 5 binary64))) (*.f64 (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64))) #s(literal 1/8 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 #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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 binary64))) (*.f64 rand (+.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))))) |
(* 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/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) (*.f64 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 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)) |
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
(* -1 (* a (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))))) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) (*.f64 rand #s(literal -1/216 binary64))) (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/3 (* (sqrt (/ 1 a)) rand))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 rand (+.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 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 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)) |
(/ (sqrt -3) rand) |
(/.f64 (sqrt.f64 #s(literal -3 binary64)) rand) |
(+ (* -9/2 (/ a (* rand (sqrt -3)))) (/ (sqrt -3) rand)) |
(+.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) rand) (/.f64 (*.f64 #s(literal -9/2 binary64) (/.f64 a rand)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (* rand (sqrt -3)))) (* 9/2 (/ 1 (* rand (sqrt -3)))))) (/ (sqrt -3) rand)) |
(+.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) rand) (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -81/8 binary64) a) (*.f64 rand (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (/.f64 #s(literal 9/2 binary64) (sqrt.f64 #s(literal -3 binary64))) rand)))) |
(+ (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (* rand (sqrt -3)))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (* rand (sqrt -3)))))) (* 9/2 (/ 1 (* rand (sqrt -3)))))) (/ (sqrt -3) rand)) |
(+.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) rand) (*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -405/16 binary64) a) (*.f64 rand (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (/.f64 #s(literal -81/8 binary64) (sqrt.f64 #s(literal -3 binary64))) rand))) (/.f64 #s(literal -9/2 binary64) (*.f64 rand (sqrt.f64 #s(literal -3 binary64))))))) |
(* (sqrt (/ 1 a)) (/ 1 rand)) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) rand) |
(+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (* (sqrt (/ 1 a)) (/ 1 rand))) |
(*.f64 (/.f64 #s(literal 1 binary64) 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))) (/ 1 rand))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (* (sqrt (/ 1 a)) (/ 1 rand)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) rand) (*.f64 (/.f64 #s(literal 1 binary64) rand) (+.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/18 binary64))))) |
(+ (* 1/18 (* (sqrt (/ 1 (pow a 5))) (/ 1 rand))) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) (/ 1 rand))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 7))) (/ (- 1/27 (* 1/36 a)) rand))) (* (sqrt (/ 1 a)) (/ 1 rand))))) |
(+.f64 (+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) rand) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 (/.f64 (-.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal 1/36 binary64))) rand) #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) rand) (+.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/18 binary64))))) |
(* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) |
(+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand))) |
(*.f64 (/.f64 #s(literal -1 binary64) 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))) (/ (pow (sqrt -1) 2) rand))) (+ (* -1/18 (* (sqrt (/ 1 (pow a 5))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 #s(literal -1 binary64) rand)) (*.f64 (/.f64 #s(literal -1 binary64) rand) (+.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))))))) |
(+ (* -1 (/ (+ (* 1/18 (* (sqrt a) (/ (pow (sqrt -1) 2) rand))) (* 1/2 (* (sqrt (/ 1 a)) (/ (* (pow (sqrt -1) 2) (+ 1/27 (* -1/36 a))) rand)))) (pow a 3))) (+ (* -1/6 (* (sqrt (/ 1 (pow a 3))) (/ (pow (sqrt -1) 2) rand))) (* (sqrt (/ 1 a)) (/ (pow (sqrt -1) 2) rand)))) |
(-.f64 (*.f64 (/.f64 #s(literal -1 binary64) 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 (sqrt.f64 a) (*.f64 (/.f64 #s(literal -1 binary64) rand) #s(literal 1/18 binary64))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) #s(literal 1/2 binary64)) (+.f64 (*.f64 a #s(literal 1/36 binary64)) #s(literal -1/27 binary64))) rand)) (*.f64 a (*.f64 a a)))) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(* (/ 1 rand) (sqrt (/ 1 (- a 1/3)))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) a))) rand) |
(sqrt -3) |
(sqrt.f64 #s(literal -3 binary64)) |
(+ (sqrt -3) (* -9/2 (/ a (sqrt -3)))) |
(+.f64 (sqrt.f64 #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3)))))) |
(+.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -81/8 binary64) a) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal 9/2 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3)))))) |
(+.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -405/16 binary64) a) (sqrt.f64 #s(literal -3 binary64))) (/.f64 #s(literal -81/8 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -9/2 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3))))) |
(+.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))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3)))))) |
(+.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/18 binary64)))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a))))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/18 binary64)) (+.f64 (+.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 7 binary64)))) (*.f64 (-.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal 1/36 binary64))) #s(literal 1/2 binary64)))) (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/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) |
(+.f64 (neg.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)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
(+.f64 (*.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/18 binary64)) (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 a)) (- 1/27 (* -1/36 (/ a (pow (sqrt -1) 2)))))) (* -1/18 (sqrt a))) (pow a 3))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
(+.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 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 1/27 binary64) (*.f64 a #s(literal 1/36 binary64))) #s(literal -1/2 binary64))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 a))) (*.f64 a (*.f64 a a))))) |
Compiled 21707 to 2683 computations (87.6% saved)
17 alts after pruning (12 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1197 | 10 | 1207 |
| Fresh | 5 | 2 | 7 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 2 | 2 |
| Total | 1204 | 17 | 1221 |
| Status | Accuracy | Program |
|---|---|---|
| 40.9% | (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 3 binary64)) | |
| ▶ | 40.3% | (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
| 40.9% | (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) | |
| 40.4% | (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) | |
| 57.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) | |
| 40.3% | (/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) | |
| ✓ | 99.9% | (-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
| ▶ | 98.7% | (-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
| ✓ | 98.7% | (-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| 98.1% | (-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) | |
| ▶ | 98.1% | (-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
| ✓ | 58.8% | (+.f64 #s(literal -1/3 binary64) a) |
| ▶ | 40.3% | (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
| ✓ | 40.3% | (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
| 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) | |
| ▶ | 57.8% | a |
| ✓ | 1.7% | #s(literal -1/3 binary64) |
Compiled 260 to 197 computations (24.2% saved)
| 1× | egg-herbie |
Found 14 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 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
| ✓ | cost-diff | 0 | (-.f64 a (*.f64 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 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (sqrt.f64 a) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
| ✓ | cost-diff | 0 | (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
| 1594× | fnmadd-define |
| 1514× | fma-define |
| 1080× | sum3-define |
| 1062× | fmsub-define |
| 958× | fnmsub-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 94 |
| 1 | 41 | 94 |
| 2 | 88 | 93 |
| 3 | 173 | 92 |
| 4 | 264 | 92 |
| 5 | 430 | 92 |
| 6 | 845 | 92 |
| 7 | 1451 | 92 |
| 8 | 2406 | 92 |
| 9 | 3880 | 92 |
| 10 | 5073 | 92 |
| 11 | 5610 | 92 |
| 12 | 5688 | 92 |
| 13 | 5727 | 92 |
| 14 | 5735 | 92 |
| 15 | 5735 | 92 |
| 0 | 5735 | 92 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(- a (/ (/ rand (pow (+ a -1/3) -1/2)) -3)) |
a |
(/ (/ rand (pow (+ a -1/3) -1/2)) -3) |
(/ rand (pow (+ a -1/3) -1/2)) |
rand |
(pow (+ a -1/3) -1/2) |
(+ a -1/3) |
-1/3 |
-1/2 |
-3 |
a |
(* (* (sqrt a) 1/3) rand) |
(* (sqrt a) 1/3) |
(sqrt a) |
a |
1/3 |
rand |
(/ (* rand (sqrt a)) 3) |
(* rand (sqrt a)) |
rand |
(sqrt a) |
a |
3 |
(- a (* rand (* -1/3 (sqrt a)))) |
a |
(* rand (* -1/3 (sqrt a))) |
rand |
(* -1/3 (sqrt a)) |
-1/3 |
(sqrt a) |
| Outputs |
|---|
(- a (/ (/ rand (pow (+ a -1/3) -1/2)) -3)) |
(+.f64 a (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
a |
(/ (/ rand (pow (+ a -1/3) -1/2)) -3) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/ rand (pow (+ a -1/3) -1/2)) |
(/.f64 rand (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)) |
-1/3 |
#s(literal -1/3 binary64) |
-1/2 |
#s(literal -1/2 binary64) |
-3 |
#s(literal -3 binary64) |
a |
(* (* (sqrt a) 1/3) rand) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(* (sqrt a) 1/3) |
(/.f64 (sqrt.f64 a) #s(literal 3 binary64)) |
(sqrt a) |
(sqrt.f64 a) |
a |
1/3 |
#s(literal 1/3 binary64) |
rand |
(/ (* rand (sqrt a)) 3) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(* rand (sqrt a)) |
(*.f64 rand (sqrt.f64 a)) |
rand |
(sqrt a) |
(sqrt.f64 a) |
a |
3 |
#s(literal 3 binary64) |
(- a (* rand (* -1/3 (sqrt a)))) |
(+.f64 a (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64))) |
a |
(* rand (* -1/3 (sqrt a))) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal -3 binary64)) |
rand |
(* -1/3 (sqrt a)) |
(/.f64 (sqrt.f64 a) #s(literal -3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(sqrt a) |
(sqrt.f64 a) |
Found 14 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 99.8% | (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))) |
| ✓ | accuracy | 99.4% | (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 rand (sqrt.f64 a)) |
| ✓ | accuracy | 100.0% | (sqrt.f64 a) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
| ✓ | accuracy | 99.4% | (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
| 107.0ms | 256× | 0 | valid |
Compiled 97 to 21 computations (78.4% saved)
ival-pow: 14.0ms (31.6% of total)...c/correct-round.rkt:119:19: 10.0ms (22.6% of total)ival-mult: 8.0ms (18.1% of total)ival-div: 6.0ms (13.6% of total)ival-sub: 3.0ms (6.8% of total)ival-add: 2.0ms (4.5% of total)ival-sqrt: 2.0ms (4.5% of total)const: 1.0ms (2.3% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (- a (/ (/ rand (pow (+ a -1/3) -1/2)) -3))> |
#<alt (/ (/ rand (pow (+ a -1/3) -1/2)) -3)> |
#<alt (/ rand (pow (+ a -1/3) -1/2))> |
#<alt (pow (+ a -1/3) -1/2)> |
#<alt (* (* (sqrt a) 1/3) rand)> |
#<alt (* (sqrt a) 1/3)> |
#<alt (sqrt a)> |
#<alt (/ (* rand (sqrt a)) 3)> |
#<alt (* rand (sqrt a))> |
#<alt (- a (* rand (* -1/3 (sqrt a))))> |
#<alt (* rand (* -1/3 (sqrt a)))> |
#<alt (* -1/3 (sqrt a))> |
#<alt (+ a -1/3)> |
| Outputs |
|---|
#<alt (* 1/3 (* rand (sqrt -1/3)))> |
#<alt (- (* a (- 1 (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3))))> |
#<alt (- (* a (- (+ 1 (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3))))> |
#<alt (- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3))))> |
#<alt (* a (- 1 (* -1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))) (* -1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* a (- (+ 1 (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))> |
#<alt (* a (- (+ 1 (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))> |
#<alt (* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) rand))))> |
#<alt (* -1 (* a (- (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) rand))))))> |
#<alt (* -1 (* a (- (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))))> |
#<alt (* -1 (* a (- (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand))))))))> |
#<alt a> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (+ a (* 1/3 (* rand (sqrt (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3)))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3)))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3)))))> |
#<alt (* 1/3 (* rand (sqrt (- a 1/3))))> |
#<alt (* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3))))))> |
#<alt (* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (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 (sqrt (- a 1/3))))> |
#<alt (* -1/3 (* rand (sqrt -1/3)))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3))))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3))))))> |
#<alt (+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3))))))))> |
#<alt (* -1/3 (* (sqrt a) rand))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))> |
#<alt (* 1/3 (* (sqrt a) rand))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)))))))> |
#<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 (* 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))> |
#<alt (* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))))> |
#<alt (* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))))))> |
#<alt (sqrt -3)> |
#<alt (+ (sqrt -3) (* -9/2 (/ a (sqrt -3))))> |
#<alt (+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3))))))> |
#<alt (+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3))))))> |
#<alt (sqrt (/ 1 a))> |
#<alt (+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3)))))> |
#<alt (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3))))))> |
#<alt (+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a)))))))> |
#<alt (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))> |
#<alt (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))> |
#<alt (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))> |
#<alt (+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 a)) (- 1/27 (* -1/36 (/ a (pow (sqrt -1) 2)))))) (* -1/18 (sqrt a))) (pow a 3))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (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 (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 (* 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 (* 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 (- (/ a rand) (* -1/3 (sqrt a))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt a))))> |
#<alt (* rand (- (/ a rand) (* -1/3 (sqrt a))))> |
#<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 (* -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)))> |
63 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | a | @ | 0 | (* (* (sqrt a) 1/3) rand) |
| 1.0ms | a | @ | -inf | (- a (/ (/ rand (pow (+ a -1/3) -1/2)) -3)) |
| 0.0ms | a | @ | -inf | (* (sqrt a) 1/3) |
| 0.0ms | a | @ | -inf | (- a (* rand (* -1/3 (sqrt a)))) |
| 0.0ms | a | @ | -inf | (/ rand (pow (+ a -1/3) -1/2)) |
| 1× | batch-egg-rewrite |
| 2316× | +-lowering-+.f64 |
| 2316× | +-lowering-+.f32 |
| 1644× | *-lowering-*.f32 |
| 1644× | *-lowering-*.f64 |
| 1288× | /-lowering-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 20 | 75 |
| 1 | 67 | 75 |
| 2 | 235 | 70 |
| 3 | 872 | 69 |
| 4 | 2894 | 69 |
| 5 | 7574 | 69 |
| 0 | 8668 | 69 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- a (/ (/ rand (pow (+ a -1/3) -1/2)) -3)) |
(/ (/ rand (pow (+ a -1/3) -1/2)) -3) |
(/ rand (pow (+ a -1/3) -1/2)) |
(pow (+ a -1/3) -1/2) |
(* (* (sqrt a) 1/3) rand) |
(* (sqrt a) 1/3) |
(sqrt a) |
(/ (* rand (sqrt a)) 3) |
(* rand (sqrt a)) |
(- a (* rand (* -1/3 (sqrt a)))) |
(* rand (* -1/3 (sqrt a))) |
(* -1/3 (sqrt a)) |
(+ a -1/3) |
| Outputs |
|---|
(+.f64 a (/.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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(+.f64 (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(+.f64 #s(literal 0 binary64) (+.f64 a (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(+.f64 (+.f64 a (/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 0 binary64)) |
(+.f64 (fma.f64 rand (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/3 binary64) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.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) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #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))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.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) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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))))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #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))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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))))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal -3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.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)) rand)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.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 binary64) (neg.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) #s(literal 2 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (+.f64 #s(literal 0 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/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.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)) #s(literal -1/3 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (+.f64 #s(literal 0 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/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.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)) #s(literal 1/3 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.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)) rand)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.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 binary64) (pow.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(-.f64 a (/.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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a)) |
(fma.f64 rand (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1/3 binary64) a) |
(fma.f64 (/.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) a) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a) |
(fma.f64 #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))) a) |
(fma.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 (/.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) a) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) a) |
(fma.f64 #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))) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal -3 binary64)) a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) a) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) a) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand a) |
(neg.f64 (-.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a)) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) a)) |
(+.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 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) (/.f64 rand #s(literal 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/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 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 0 binary64)) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(exp.f64 (log.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.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))) |
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))) (*.f64 #s(literal -1/2 binary64) (log.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 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) (/.f64 #s(literal 3 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 #s(literal 0 binary64) (/.f64 #s(literal -3 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 #s(literal 0 binary64) (*.f64 (/.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)) #s(literal -1/3 binary64)))) (/.f64 (*.f64 #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 (/.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)) #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 #s(literal 0 binary64) (*.f64 #s(literal -3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 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) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 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) (pow.f64 (/.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 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) (*.f64 (/.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)) #s(literal 1/3 binary64)))) (/.f64 (*.f64 #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 (/.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)) #s(literal 1/3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (pow.f64 (/.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 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) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (sqrt.f64 (+.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 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) (sqrt.f64 (+.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)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64) (/.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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)) (-.f64 #s(literal 0 binary64) rand))) |
(/.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 #s(literal 0 binary64) 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 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) #s(literal 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 #s(literal 1 binary64) (/.f64 (*.f64 (/.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)) #s(literal -1/3 binary64))) (+.f64 #s(literal 0 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/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (/.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 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)) rand)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.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)) #s(literal 1/3 binary64))) (+.f64 #s(literal 0 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/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (/.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 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)) rand)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (pow.f64 (/.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 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 binary64) (/.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) rand)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) rand)))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (/.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)) |
(/.f64 (/.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)) #s(literal -1/3 binary64)) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 rand #s(literal 3 binary64)))) |
(/.f64 (/.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 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 3 binary64) rand)) |
(/.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 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (+.f64 #s(literal 0 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/3 binary64)))) (*.f64 (/.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)) #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 #s(literal 0 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/3 binary64)))) (*.f64 (/.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)) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (/.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)) rand)) (*.f64 #s(literal -3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (/.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)) rand)) (*.f64 #s(literal 3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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)) (sqrt.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 -1/3 binary64))) (pow.f64 (/.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 0 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/3 binary64)))) (*.f64 (/.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)) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 #s(literal 0 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/3 binary64)))) (*.f64 (/.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)) #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (/.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)) rand)) (*.f64 #s(literal 3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (/.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)) rand)) (*.f64 #s(literal -3 binary64) (/.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))) (neg.f64 (pow.f64 (/.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 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 0 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/3 binary64))))) (*.f64 (/.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)) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 0 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/3 binary64))))) (*.f64 (/.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)) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 0 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/3 binary64))))) (*.f64 (/.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)) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 0 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/3 binary64))))) (*.f64 (/.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)) #s(literal 1/3 binary64)))) |
(pow.f64 (/.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)) |
(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 (exp.f64 #s(literal -1 binary64)) (log.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 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 rand (pow.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1/3 binary64)) |
(*.f64 (/.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)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 #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 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (/.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)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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) (/.f64 (/.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)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #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 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) rand) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (+.f64 #s(literal 0 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/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.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)) #s(literal -1/3 binary64))))) |
(*.f64 (+.f64 #s(literal 0 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/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.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)) #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (/.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)) rand)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) rand)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1/3 binary64)) (sqrt.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 -1/3 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (/.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 (/.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)) rand)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (/.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 #s(literal 1 binary64) (neg.f64 (pow.f64 (/.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 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) rand)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) rand) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/3 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) (/.f64 rand #s(literal 3 binary64))) |
(+.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(exp.f64 (log.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (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) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 0 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) 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 (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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 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 -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 #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 (-.f64 #s(literal 0 binary64) rand) (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)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) rand) (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 #s(literal 1 binary64) (/.f64 (/.f64 (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)))) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #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 binary64) (/.f64 (neg.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)) (/.f64 #s(literal -1 binary64) rand)))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) rand)) |
(/.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 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) rand)) (neg.f64 (/.f64 #s(literal 1 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 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 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 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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/2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (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 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal 1 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 -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 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 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) rand) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.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 binary64) (neg.f64 (/.f64 #s(literal 1 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(+.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 0 binary64)) |
(+.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (fma.f64 #s(literal 1 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (fma.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 #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)) (fma.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 #s(literal -1/2 binary64) (log.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 0 binary64)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 0 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) rand)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(neg.f64 (-.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)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) (exp.f64 (log.f64 #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (+.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/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(pow.f64 (exp.f64 #s(literal -1/2 binary64)) (neg.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))))) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (*.f64 (log.f64 (+.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/2 binary64)) |
(*.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 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 (exp.f64 (log.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 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 rand #s(literal -3 binary64))) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64)) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(exp.f64 (log.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) rand)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) rand)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(fma.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) rand #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1/3 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1/3 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) #s(literal 0 binary64)) |
(neg.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand)) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64)) |
(/.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) rand)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))))) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) rand))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal 3 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))))) |
(*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(*.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) rand) |
(*.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64)) |
(*.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(*.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) (/.f64 rand #s(literal -3 binary64))) |
(+.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(exp.f64 (log.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (sqrt.f64 a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)) |
(*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 a)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 a))) |
(exp.f64 (*.f64 (log.f64 (exp.f64 #s(literal 1/2 binary64))) (log.f64 a))) |
(exp.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 a)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (log.f64 a)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(sqrt.f64 a) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(pow.f64 a #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 a) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 a)) |
(*.f64 (sqrt.f64 a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 a)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(+.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 rand #s(literal -3 binary64))) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64)) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(exp.f64 (log.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) rand)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) rand)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(fma.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) rand #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1/3 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1/3 binary64) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 0 binary64)) |
(fma.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) #s(literal 0 binary64)) |
(neg.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand)) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64)) |
(/.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) rand)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand)) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))))) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) rand))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal 3 binary64) (sqrt.f64 a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (sqrt.f64 a)) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))))) |
(*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(*.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) rand) |
(*.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64)) |
(*.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(*.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) (/.f64 rand #s(literal -3 binary64))) |
(+.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(exp.f64 (log.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 a)) (-.f64 #s(literal 0 binary64) (log.f64 rand)))) |
(exp.f64 (-.f64 (log.f64 rand) (*.f64 #s(literal -1/2 binary64) (log.f64 a)))) |
(-.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 0 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(neg.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 #s(literal -1 binary64) rand)) |
(pow.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand) #s(literal -1 binary64)) |
(*.f64 rand (sqrt.f64 a)) |
(*.f64 (sqrt.f64 a) rand) |
(*.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(+.f64 a (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(+.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) a) |
(+.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(+.f64 #s(literal 0 binary64) (+.f64 a (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))))) |
(+.f64 (+.f64 a (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) #s(literal 0 binary64)) |
(+.f64 (fma.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) rand (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1/3 binary64) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1/3 binary64) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand #s(literal -3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64)) (/.f64 rand #s(literal -3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1 binary64)) (/.f64 rand #s(literal -3 binary64)) (neg.f64 (*.f64 a #s(literal -1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64) (*.f64 a #s(literal -1 binary64)))) |
(-.f64 a (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(-.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) a)) |
(fma.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) a) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) a) |
(fma.f64 (sqrt.f64 a) (/.f64 rand #s(literal 3 binary64)) a) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) a) |
(fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) rand a) |
(fma.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1/3 binary64) a) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) rand) a) |
(fma.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal -1 binary64) a) |
(fma.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal -1/3 binary64) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) a) |
(fma.f64 #s(literal 1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) a) |
(fma.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal 1 binary64) a) |
(fma.f64 (/.f64 rand #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) a) |
(fma.f64 #s(literal -1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) a) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal -3 binary64)) a) |
(fma.f64 (/.f64 rand #s(literal 3 binary64)) (sqrt.f64 a) a) |
(neg.f64 (-.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) a)) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) a)) |
(+.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 0 binary64)) |
(+.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) (*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 rand #s(literal 3 binary64))) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(+.f64 (*.f64 (/.f64 rand #s(literal 3 binary64)) #s(literal 0 binary64)) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 a)) (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))))) |
(exp.f64 (+.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))) (*.f64 #s(literal 1/2 binary64) (log.f64 a)))) |
(exp.f64 (-.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -3 binary64) rand))) (*.f64 #s(literal -1/2 binary64) (log.f64 a)))) |
(-.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) rand)) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) rand)) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(neg.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand)) |
(/.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) rand)) |
(/.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 1 binary64)) |
(/.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand)) |
(/.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #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 #s(literal 3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (/.f64 rand #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(pow.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) rand) #s(literal -1 binary64)) |
(*.f64 rand (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 rand (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) rand)) |
(*.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) rand) |
(*.f64 (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) #s(literal 1 binary64)) |
(*.f64 (/.f64 rand (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) rand) (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 rand (/.f64 #s(literal -3 binary64) (sqrt.f64 a)))) |
(*.f64 (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 a)) |
(*.f64 #s(literal -1 binary64) (*.f64 rand (/.f64 (sqrt.f64 a) #s(literal 3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) (/.f64 rand #s(literal 3 binary64))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (/.f64 rand #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) |
(/.f64 (sqrt.f64 a) #s(literal -3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 a))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 3 binary64)) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 a) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 a))) |
(*.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (pow.f64 a #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 a) #s(literal 3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 a)) #s(literal 1/3 binary64)) |
(+.f64 a #s(literal -1/3 binary64)) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (+.f64 a #s(literal -1/3 binary64))) |
(exp.f64 (log.f64 (+.f64 a #s(literal -1/3 binary64)))) |
| 1× | egg-herbie |
| 3892× | *-lowering-*.f32 |
| 3892× | *-lowering-*.f64 |
| 3834× | +-lowering-+.f64 |
| 3834× | +-lowering-+.f32 |
| 954× | distribute-rgt-in |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 287 | 2210 |
| 1 | 925 | 2109 |
| 2 | 3351 | 2058 |
| 3 | 7962 | 2058 |
| 0 | 8338 | 2058 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* rand (sqrt -1/3))) |
(- (* a (- 1 (* -1/6 (/ rand (sqrt -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 (* rand (sqrt -1/3)))) |
(- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3)))) |
(* a (- 1 (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))) (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(* a (- (+ 1 (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(* a (- (+ 1 (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(* a (+ 1 (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(* -1 (* a (- (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) rand)))))) |
(* -1 (* a (- (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))) |
(* -1 (* a (- (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)))))))) |
a |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(* 1/3 (* rand (sqrt (- a 1/3)))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (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 (sqrt (- a 1/3)))) |
(* -1/3 (* rand (sqrt -1/3))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a rand) (sqrt -1/3)))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))))) |
(* -1/3 (* (sqrt a) rand)) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(* 1/3 (* (sqrt a) rand)) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand))))))) |
(* 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))) |
(* 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)) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))))) |
(sqrt -3) |
(+ (sqrt -3) (* -9/2 (/ a (sqrt -3)))) |
(+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3)))))) |
(+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3)))))) |
(sqrt (/ 1 a)) |
(+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3))))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3)))))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a))))))) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) |
(+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
(+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 a)) (- 1/27 (* -1/36 (/ a (pow (sqrt -1) 2)))))) (* -1/18 (sqrt a))) (pow a 3))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (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 (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))) |
(* 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)))) |
(* 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 (- (/ a rand) (* -1/3 (sqrt a)))) |
(* rand (- (/ a rand) (* -1/3 (sqrt a)))) |
(* rand (- (/ a rand) (* -1/3 (sqrt a)))) |
(* 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)))) |
(* -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))) |
| Outputs |
|---|
(* 1/3 (* rand (sqrt -1/3))) |
(*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
(- (* a (- 1 (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3)))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64))))) |
(- (* a (- (+ 1 (* -1/24 (/ (* a rand) (pow (sqrt -1/3) 3)))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3)))) |
(+.f64 (*.f64 a (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 rand a) #s(literal 1/8 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.f64 #s(literal -1/3 binary64))))) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64))))) |
(- (* a (- (+ 1 (* a (- (* 1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 3)))))) (* -1/6 (/ rand (sqrt -1/3))))) (* -1/3 (* rand (sqrt -1/3)))) |
(+.f64 (*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (+.f64 (/.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/8 binary64) (/.f64 rand (sqrt.f64 #s(literal -1/3 binary64)))))) (/.f64 (*.f64 rand #s(literal 1/6 binary64)) (sqrt.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/18 (* (sqrt (/ 1 (pow a 3))) rand))) (* -1/3 (* (sqrt (/ 1 a)) rand)))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 rand (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))))) |
(* a (- (+ 1 (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 rand (-.f64 (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64)) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))))) |
(* a (- (+ 1 (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand))) (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 rand (-.f64 (*.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 (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) (*.f64 a (*.f64 a a)))) (*.f64 rand #s(literal -1/18 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 rand #s(literal -1/3 binary64))))) |
(* -1 (* a (- (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ 1 (* -1/3 (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))))))) |
(*.f64 (+.f64 (*.f64 rand (-.f64 (*.f64 #s(literal -1/216 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))))) (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ 1 (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)))))))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))) (*.f64 rand #s(literal 1/1296 binary64))) (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 binary64)))))) #s(literal -1 binary64)))) |
a |
(+ a (* 1/3 (* rand (sqrt (- a 1/3))))) |
(+.f64 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))))) |
(+.f64 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))))) |
(+.f64 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 (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* rand (- (/ a rand) (* -1/3 (sqrt (- a 1/3))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.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)) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))))) |
(* -1 (* rand (- (* -1 (/ a rand)) (* 1/3 (sqrt (- a 1/3)))))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.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 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt (- a 1/3)))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 rand #s(literal -1/3 binary64))) |
(* -1/3 (* rand (sqrt -1/3))) |
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -1/3 binary64)))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* -1/6 (/ (* a 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/6 (/ rand (sqrt -1/3))) (* 1/24 (/ (* a rand) (pow (sqrt -1/3) 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 (*.f64 (*.f64 rand a) #s(literal -1/8 binary64)) (sqrt.f64 #s(literal -1/3 binary64)))))) |
(+ (* -1/3 (* rand (sqrt -1/3))) (* a (+ (* -1/6 (/ rand (sqrt -1/3))) (* a (+ (* -1/48 (/ (* a rand) (pow (sqrt -1/3) 5))) (* 1/24 (/ rand (pow (sqrt -1/3) 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 (/.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/3 (* (sqrt (/ 1 a)) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))) |
(*.f64 a (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(*.f64 a (*.f64 rand (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/18 binary64)) (+.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 5 binary64)))) #s(literal 1/216 binary64)))))) |
(* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* 1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)) (* 1/18 (* (sqrt (/ 1 (pow a 3))) rand)))))) |
(*.f64 a (*.f64 rand (+.f64 (+.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 #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)))))) |
(* 1/3 (* (sqrt a) rand)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand))))) |
(*.f64 a (*.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/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand)))))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/216 binary64))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ 1 a)) rand)) (+ (* -1/18 (* (sqrt (/ 1 (pow a 3))) rand)) (+ (* -1/1296 (* (sqrt (/ 1 (pow a 7))) rand)) (* 1/216 (* (sqrt (/ 1 (pow a 5))) rand))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 rand (+.f64 (+.f64 (*.f64 #s(literal -1/18 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) a)))) (+.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/1296 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 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))) |
(* 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 (*.f64 (*.f64 rand a) #s(literal 3/8 binary64)) (sqrt.f64 #s(literal -1/3 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 (*.f64 rand 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 (+ (* -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 (*.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) a)) (*.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) (pow.f64 a #s(literal 7 binary64)))) #s(literal -1/432 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal -1/72 binary64)) (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))))))))) |
(* -1 (* (sqrt a) rand)) |
(-.f64 #s(literal 0 binary64) (*.f64 rand (sqrt.f64 a))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 rand 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))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand))))) |
(*.f64 a (-.f64 #s(literal 0 binary64) (*.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))))))) |
(* -1 (* a (+ (* -1/72 (* (sqrt (/ 1 (pow a 5))) rand)) (+ (* 1/432 (* (sqrt (/ 1 (pow a 7))) rand)) (+ (* 1/6 (* (sqrt (/ 1 (pow a 3))) rand)) (* (sqrt (/ 1 a)) rand)))))) |
(*.f64 (*.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))))) (-.f64 #s(literal 0 binary64) a)) |
(sqrt -3) |
(sqrt.f64 #s(literal -3 binary64)) |
(+ (sqrt -3) (* -9/2 (/ a (sqrt -3)))) |
(+.f64 (sqrt.f64 #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -9/2 binary64)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (sqrt -3) (* a (- (* -1/2 (/ (* a (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2))))) (sqrt -3))) (* 9/2 (/ 1 (sqrt -3)))))) |
(+.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 a (+.f64 (/.f64 #s(literal -9/2 binary64) (sqrt.f64 #s(literal -3 binary64))) (*.f64 a (/.f64 #s(literal -81/8 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (sqrt -3) (* a (- (* a (+ (* -1/2 (/ (* a (+ 81 (* 9/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (pow (sqrt -3) 2))))) (sqrt -3))) (* -1/2 (/ (+ 27 (* 81/4 (/ 1 (pow (sqrt -3) 2)))) (sqrt -3))))) (* 9/2 (/ 1 (sqrt -3)))))) |
(+.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 #s(literal -405/16 binary64) (/.f64 a (sqrt.f64 #s(literal -3 binary64)))) (/.f64 #s(literal -81/8 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -9/2 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(sqrt (/ 1 a)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) a)) |
(+ (sqrt (/ 1 a)) (* 1/6 (sqrt (/ 1 (pow a 3))))) |
(+.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))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (* 1/6 (sqrt (/ 1 (pow a 3)))))) |
(+.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/18 binary64)))) |
(+ (sqrt (/ 1 a)) (+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* 1/2 (* (sqrt (/ 1 (pow a 7))) (- 1/27 (* 1/36 a))))))) |
(+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64)))) #s(literal 1/18 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a)))) #s(literal 1/6 binary64)) (*.f64 (+.f64 #s(literal 1/54 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 a #s(literal -1/36 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64)))))))) |
(* (sqrt (/ 1 a)) (pow (sqrt -1) 2)) |
(neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) |
(+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))) |
(+.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)))) |
(+ (* 1/18 (sqrt (/ 1 (pow a 5)))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
(+.f64 (*.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/18 binary64)) (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) a))))) |
(+ (* -1 (/ (+ (* -1/2 (* (sqrt (/ 1 a)) (- 1/27 (* -1/36 (/ a (pow (sqrt -1) 2)))))) (* -1/18 (sqrt a))) (pow a 3))) (+ (* 1/6 (sqrt (/ 1 (pow a 3)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))) |
(+.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 (+.f64 (*.f64 (+.f64 #s(literal -1/54 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 a #s(literal -1/36 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) a))) (*.f64 #s(literal -1/18 binary64) (sqrt.f64 a))) (*.f64 a (*.f64 a 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))) |
(* 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)) |
(*.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) |
(* 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)) |
(* 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 (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 (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 (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)))) |
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 (- (/ a rand) (* -1/3 (sqrt a)))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (- (/ a rand) (* -1/3 (sqrt a)))) |
(*.f64 rand (+.f64 (/.f64 a rand) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a)))) |
(* rand (- (/ 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 (* 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))) |
(* -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))) |
Compiled 11749 to 1704 computations (85.5% saved)
18 alts after pruning (8 fresh and 10 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 908 | 3 | 911 |
| Fresh | 2 | 5 | 7 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 5 | 5 |
| Total | 910 | 18 | 928 |
| Status | Accuracy | Program |
|---|---|---|
| 40.3% | (/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) | |
| ✓ | 40.3% | (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
| 40.9% | (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) | |
| 40.4% | (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) | |
| 40.3% | (/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) | |
| 57.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) | |
| 40.3% | (/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) | |
| ✓ | 99.9% | (-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
| ✓ | 98.7% | (-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
| 98.1% | (-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) | |
| ✓ | 98.7% | (-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| ✓ | 98.1% | (-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
| ✓ | 58.8% | (+.f64 #s(literal -1/3 binary64) a) |
| ✓ | 40.3% | (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
| ✓ | 40.3% | (*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
| 98.1% | (*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) | |
| ✓ | 57.8% | a |
| ✓ | 1.7% | #s(literal -1/3 binary64) |
Compiled 434 to 207 computations (52.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
(+.f64 #s(literal -1/3 binary64) a) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 rand (/.f64 #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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (/.f64 rand (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 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 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 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) 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 (/.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))) |
| Outputs |
|---|
(-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64)) |
4 calls:
| 11.0ms | rand |
| 10.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))) |
| 9.0ms | (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))) |
| 9.0ms | a |
| 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 rand (/.f64 #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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (/.f64 rand (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 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 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)))) |
| Outputs |
|---|
(-.f64 (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
2 calls:
| 25.0ms | rand |
| 8.0ms | a |
| 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 rand (/.f64 #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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (/.f64 rand (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 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
| Outputs |
|---|
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
2 calls:
| 10.0ms | rand |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.1% | 1 | a |
| 99.1% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 rand (/.f64 #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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
| Outputs |
|---|
(-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
2 calls:
| 9.0ms | rand |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 1 | a |
| 98.7% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 rand (/.f64 #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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
| Outputs |
|---|
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
2 calls:
| 9.0ms | rand |
| 8.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 1 | a |
| 98.7% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)) |
(/.f64 rand (/.f64 #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)) (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) |
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #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 a (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
| Outputs |
|---|
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
2 calls:
| 10.0ms | a |
| 7.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.1% | 1 | a |
| 98.1% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
| Outputs |
|---|
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
2 calls:
| 5.0ms | rand |
| 5.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.1% | 1 | a |
| 98.1% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
| Outputs |
|---|
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
2 calls:
| 5.0ms | rand |
| 5.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.1% | 1 | a |
| 98.1% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
| Outputs |
|---|
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) |
2 calls:
| 6.0ms | rand |
| 5.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.8% | 1 | a |
| 94.0% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
(*.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)) |
1 calls:
| 5.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.0% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) rand)) |
(/.f64 (/.f64 rand (pow.f64 a #s(literal -1/2 binary64))) #s(literal 3 binary64)) |
| Outputs |
|---|
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(+.f64 #s(literal -1/3 binary64) a) |
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)) |
1 calls:
| 7.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.6% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
| Outputs |
|---|
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
(+.f64 #s(literal -1/3 binary64) a) |
(/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) |
1 calls:
| 4.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.6% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
| Outputs |
|---|
(/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
1 calls:
| 3.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.6% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand)) |
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
| Outputs |
|---|
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) |
(+.f64 #s(literal -1/3 binary64) a) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) |
1 calls:
| 4.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.5% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 rand (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:
| 3.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.5% | 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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))) |
| Outputs |
|---|
(+.f64 #s(literal -1/3 binary64) a) |
1 calls:
| 2.0ms | rand |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.8% | 1 | rand |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1/3 binary64) |
a |
| Outputs |
|---|
a |
2 calls:
| 2.0ms | rand |
| 2.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.8% | 1 | a |
| 57.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:
| 2.0ms | rand |
| 1.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 1.7% | 1 | a |
| 1.7% | 1 | rand |
Compiled 6 to 4 computations (33.3% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 23.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 14.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 28.0ms | 272× | 0 | valid |
Compiled 316 to 255 computations (19.3% saved)
ival-mult: 5.0ms (30.8% of total)ival-div: 4.0ms (24.6% of total)ival-sqrt: 3.0ms (18.5% of total)ival-sub: 1.0ms (6.2% of total)ival-add: 1.0ms (6.2% 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 |
|---|---|---|
| 22.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 16.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 26.0ms | 272× | 0 | valid |
Compiled 316 to 255 computations (19.3% saved)
ival-div: 6.0ms (35.4% of total)ival-mult: 5.0ms (29.5% of total)ival-sqrt: 2.0ms (11.8% of total)ival-sub: 1.0ms (5.9% of total)ival-add: 1.0ms (5.9% of total)const: 1.0ms (5.9% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 34.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 25.0ms | 272× | 0 | valid |
Compiled 282 to 221 computations (21.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 |
|---|---|---|
| 22.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 14.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 25.0ms | 272× | 0 | valid |
Compiled 282 to 221 computations (21.6% saved)
ival-mult: 5.0ms (32.7% of total)ival-div: 4.0ms (26.2% of total)ival-add: 2.0ms (13.1% of total)ival-sqrt: 2.0ms (13.1% of total)ival-sub: 1.0ms (6.5% of total)const: 1.0ms (6.5% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 35.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 14.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 40.0ms | 272× | 0 | valid |
Compiled 282 to 221 computations (21.6% saved)
ival-mult: 5.0ms (32.2% of total)ival-div: 4.0ms (25.8% of total)ival-sub: 2.0ms (12.9% of total)ival-sqrt: 2.0ms (12.9% of total)ival-add: 1.0ms (6.4% of total)const: 1.0ms (6.4% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 22.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 18.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 27.0ms | 272× | 0 | valid |
Compiled 282 to 221 computations (21.6% saved)
ival-mult: 5.0ms (28.7% of total)ival-div: 4.0ms (23% of total)ival-sqrt: 4.0ms (23% of total)ival-sub: 1.0ms (5.7% of total)ival-add: 1.0ms (5.7% of total)const: 1.0ms (5.7% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 100.0ms | 3.785744712597256e+71 | 9.046676669199033e+84 |
| 15.0ms | -4.0460763254886996e+70 | -3.580571169379865e+68 |
| 106.0ms | 272× | 0 | valid |
Compiled 282 to 221 computations (21.6% saved)
ival-div: 5.0ms (30.9% of total)ival-mult: 5.0ms (30.9% of total)ival-sqrt: 2.0ms (12.4% of total)ival-sub: 1.0ms (6.2% of total)ival-add: 1.0ms (6.2% of total)const: 1.0ms (6.2% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 58× | *-commutative_binary64 |
| 52× | +-commutative_binary64 |
| 46× | sub-neg_binary64 |
| 32× | neg-sub0_binary64 |
| 32× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 93 | 231 |
| 1 | 155 | 231 |
| 2 | 203 | 231 |
| 3 | 243 | 231 |
| 4 | 266 | 231 |
| 5 | 275 | 231 |
| 6 | 277 | 231 |
| 1× | saturated |
| Inputs |
|---|
(-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #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 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))) |
(-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(if (<=.f64 rand #s(literal -8599999999999999857522582448206992905788506347805497008087046245318656 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) (if (<=.f64 rand #s(literal 299999999999999986915793135555453492372453743084798387432509007291830369960067072 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))))) |
(if (<=.f64 rand #s(literal -14999999999999998789228234424105239354855075419234053904664469056782336 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (if (<=.f64 rand #s(literal 2000000000000000016987242867379405952297739849197521231789998205405593811812352 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 -18999999999999999079353979950222179859488573057820141726737309678698496 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) (if (<=.f64 rand #s(literal 10200000000000000737123458939674233896104728210609979783116762730843068170240 binary64)) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)))) |
(if (<=.f64 rand #s(literal -23499999999999999022621558450631523337614501113652194621884474832453632 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) (if (<=.f64 rand #s(literal 1050000000000000039771512955146801415361985593779020615116046538467559188987904 binary64)) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)))) |
(if (<=.f64 rand #s(literal -27999999999999998965889136951040866815740429169484247517031639986208768 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (if (<=.f64 rand #s(literal 65000000000000002676431776691507693871741759780458941965886944208633402466955689984 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -17000000000000000466786648053052567965518851388836281434440011551342592 binary64)) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) (if (<=.f64 rand #s(literal 3200000000000000000851515670667752849196876837798425891140223278511672285322018816 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -3199999999999999848976711204421337814120041323291574352973491951632384 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (if (<=.f64 rand #s(literal 12600000000000000721512738189128138866722065161204962964767413516595221233664 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(+.f64 #s(literal -1/3 binary64) a) |
a |
#s(literal -1/3 binary64) |
| Outputs |
|---|
(-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #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 a #s(literal -1/3 binary64)) (*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(*.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 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64))))) (+.f64 a #s(literal -1/3 binary64))) |
(-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))) |
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))))) |
(-.f64 a (/.f64 (sqrt.f64 a) (/.f64 #s(literal -3 binary64) rand))) |
(-.f64 a (*.f64 (sqrt.f64 a) (/.f64 rand #s(literal -3 binary64)))) |
(-.f64 a (*.f64 (/.f64 rand #s(literal -3 binary64)) (sqrt.f64 a))) |
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))) |
(if (<=.f64 rand #s(literal -8599999999999999857522582448206992905788506347805497008087046245318656 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))) (if (<=.f64 rand #s(literal 299999999999999986915793135555453492372453743084798387432509007291830369960067072 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (/.f64 rand #s(literal 3 binary64))))) |
(if (<=.f64 rand #s(literal -8599999999999999857522582448206992905788506347805497008087046245318656 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))) (if (<=.f64 rand #s(literal 299999999999999986915793135555453492372453743084798387432509007291830369960067072 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal 3 binary64))))) |
(if (<=.f64 rand #s(literal -14999999999999998789228234424105239354855075419234053904664469056782336 binary64)) (*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand)) (if (<=.f64 rand #s(literal 2000000000000000016987242867379405952297739849197521231789998205405593811812352 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 -14999999999999998789228234424105239354855075419234053904664469056782336 binary64)) (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (*.f64 rand #s(literal 1/3 binary64))) (if (<=.f64 rand #s(literal 2000000000000000016987242867379405952297739849197521231789998205405593811812352 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 -18999999999999999079353979950222179859488573057820141726737309678698496 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) (if (<=.f64 rand #s(literal 10200000000000000737123458939674233896104728210609979783116762730843068170240 binary64)) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)))) |
(if (<=.f64 rand #s(literal -18999999999999999079353979950222179859488573057820141726737309678698496 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) (if (<=.f64 rand #s(literal 10200000000000000737123458939674233896104728210609979783116762730843068170240 binary64)) (+.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64)))) |
(if (<=.f64 rand #s(literal -23499999999999999022621558450631523337614501113652194621884474832453632 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) (if (<=.f64 rand #s(literal 1050000000000000039771512955146801415361985593779020615116046538467559188987904 binary64)) (+.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)))) |
(if (<=.f64 rand #s(literal -23499999999999999022621558450631523337614501113652194621884474832453632 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)) (if (<=.f64 rand #s(literal 1050000000000000039771512955146801415361985593779020615116046538467559188987904 binary64)) (+.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 a) (/.f64 #s(literal 3 binary64) rand)))) |
(if (<=.f64 rand #s(literal -27999999999999998965889136951040866815740429169484247517031639986208768 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (if (<=.f64 rand #s(literal 65000000000000002676431776691507693871741759780458941965886944208633402466955689984 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -27999999999999998965889136951040866815740429169484247517031639986208768 binary64)) (/.f64 rand (/.f64 #s(literal 3 binary64) (sqrt.f64 a))) (if (<=.f64 rand #s(literal 65000000000000002676431776691507693871741759780458941965886944208633402466955689984 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -17000000000000000466786648053052567965518851388836281434440011551342592 binary64)) (*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand) (if (<=.f64 rand #s(literal 3200000000000000000851515670667752849196876837798425891140223278511672285322018816 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -17000000000000000466786648053052567965518851388836281434440011551342592 binary64)) (*.f64 rand (*.f64 #s(literal 1/3 binary64) (sqrt.f64 a))) (if (<=.f64 rand #s(literal 3200000000000000000851515670667752849196876837798425891140223278511672285322018816 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -3199999999999999848976711204421337814120041323291574352973491951632384 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (if (<=.f64 rand #s(literal 12600000000000000721512738189128138866722065161204962964767413516595221233664 binary64)) (+.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(if (<=.f64 rand #s(literal -3199999999999999848976711204421337814120041323291574352973491951632384 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))) (if (<=.f64 rand #s(literal 12600000000000000721512738189128138866722065161204962964767413516595221233664 binary64)) (+.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 rand (sqrt.f64 a))))) |
(+.f64 #s(literal -1/3 binary64) a) |
(+.f64 a #s(literal -1/3 binary64)) |
a |
#s(literal -1/3 binary64) |
| 4584× | *-lowering-*.f32 |
| 4584× | *-lowering-*.f64 |
| 3920× | *-lowering-*.f32 |
| 3920× | *-lowering-*.f64 |
| 3648× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 356 | 3530 |
| 1 | 1186 | 3029 |
| 2 | 4424 | 2972 |
| 0 | 8140 | 2972 |
| 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 |
| 0 | 21 | 84 |
| 1 | 73 | 81 |
| 2 | 227 | 72 |
| 3 | 1003 | 70 |
| 4 | 5589 | 70 |
| 0 | 8194 | 70 |
| 0 | 20 | 64 |
| 1 | 82 | 64 |
| 2 | 327 | 62 |
| 3 | 1233 | 60 |
| 4 | 4840 | 60 |
| 0 | 8217 | 60 |
| 0 | 20 | 75 |
| 1 | 67 | 75 |
| 2 | 235 | 70 |
| 3 | 872 | 69 |
| 4 | 2894 | 69 |
| 5 | 7574 | 69 |
| 0 | 8668 | 69 |
| 0 | 427 | 2534 |
| 1 | 1379 | 2154 |
| 2 | 5350 | 2119 |
| 0 | 8245 | 2119 |
| 0 | 26 | 108 |
| 1 | 93 | 103 |
| 2 | 362 | 103 |
| 3 | 1537 | 101 |
| 4 | 6757 | 101 |
| 0 | 8066 | 101 |
| 0 | 408 | 4071 |
| 1 | 1389 | 3602 |
| 2 | 5607 | 3569 |
| 0 | 8030 | 3569 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1112 to 712 computations (36% saved)
Compiled 558 to 208 computations (62.7% saved)
Loading profile data...