Octave 3.8, oct_fill_randg

Time bar (total: 11.7s)

analyze53.0ms (0.5%)

Algorithm
search
Search
ProbabilityValidUnknownPreconditionInfiniteDomainCan'tIter
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
Compiler

Compiled 23 to 14 computations (39.1% saved)

Precisions
Click to see histograms. Total time spent on operations: 42.0ms
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)

sample1.9s (16.7%)

Results
1.6s8256×0valid
101.0ms482×0invalid
Precisions
Click to see histograms. Total time spent on operations: 1.1s
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)
Bogosity

preprocess211.0ms (1.8%)

Algorithm
egg-herbie
Rules
1940×fnmsub-define
1814×fnmadd-define
1436×fma-define
1376×fmsub-define
1282×sum4-define
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
03592
111084
239874
3155272
4592972
01414
13313
28512
322812
455312
599912
6161312
7281812
8739612
9783512
10799212
0811912
Stop Event
iter limit
node limit
node limit
Calls
Call 1
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))))))
Call 2
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))

explain168.0ms (1.4%)

FPErrors
Click to see full error table
Ground TruthOverpredictionsExampleUnderpredictionsExampleSubexpression
00-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)))
00-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)
00-0-(-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))
00-0-(sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))
00-0-(/.f64 #s(literal 1 binary64) #s(literal 3 binary64))
00-0-(*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))
00-0-#s(literal 9 binary64)
00-0-#s(literal 3 binary64)
00-0-#s(literal 1 binary64)
00-0-rand
00-0-(/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))))
00-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))
00-0-a
Results
82.0ms494×0valid
7.0ms14×2valid
2.0ms5exit
1.0ms1valid
Compiler

Compiled 196 to 41 computations (79.1% saved)

Precisions
Click to see histograms. Total time spent on operations: 37.0ms
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)

eval0.0ms (0%)

Compiler

Compiled 16 to 11 computations (31.3% saved)

prune3.0ms (0%)

Alt Table
Click to see full alt table
StatusAccuracyProgram
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))))))
Compiler

Compiled 38 to 24 computations (36.8% saved)

simplify127.0ms (1.1%)

Algorithm
egg-herbie
Localize:

Found 8 expressions of interest:

NewMetricScoreProgram
cost-diff0
(-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))
cost-diff0
(*.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-diff128
(*.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-diff128
(/.f64 #s(literal 1 binary64) #s(literal 3 binary64))
cost-diff0
(/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64))))
cost-diff0
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))))
cost-diff0
(+.f64 a #s(literal -1/3 binary64))
cost-diff0
(*.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))))))
Rules
1826×fnmadd-define
1382×fmsub-define
1342×sum4-define
1268×sum3-define
1262×fma-lowering-fma.f32
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
021109
147105
213294
331694
467094
5111394
6175594
7298694
8759094
0801494
Stop Event
iter limit
node limit
Calls
Call 1
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

localize139.0ms (1.2%)

Localize:

Found 8 expressions of interest:

NewMetricScoreProgram
accuracy99.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)))
accuracy99.8%
(sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64)))))
accuracy99.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)
accuracy99.6%
(/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 #s(literal 9 binary64) (-.f64 a (/.f64 #s(literal 1 binary64) #s(literal 3 binary64))))))
accuracy99.9%
(*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64))
accuracy99.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))))))
accuracy99.8%
(sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64)))
accuracy99.7%
(/.f64 rand (sqrt.f64 (*.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal 9 binary64))))
Results
102.0ms247×0valid
6.0ms2valid
2.0ms5exit
1.0ms1valid
Compiler

Compiled 138 to 21 computations (84.8% saved)

Precisions
Click to see histograms. Total time spent on operations: 37.0ms
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)

series19.0ms (0.2%)

Counts
12 → 192
Calls
Call 1
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))))))))>
Calls

48 calls:

TimeVariablePointExpression
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)))))

rewrite283.0ms (2.4%)

Algorithm
batch-egg-rewrite
Rules
2556×*-lowering-*.f32
2556×*-lowering-*.f64
1494×/-lowering-/.f32
1494×/-lowering-/.f64
1468×fma-lowering-fma.f32
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
02184
17381
222772
3100370
4558970
0819470
Stop Event
iter limit
node limit
Counts
12 → 730
Calls
Call 1
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))))

simplify265.0ms (2.3%)

Algorithm
egg-herbie
Rules
4584×*-lowering-*.f32
4584×*-lowering-*.f64
3648×+-lowering-+.f64
3648×+-lowering-+.f32
1710×sum3-define
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
03563530
111863029
244242972
081402972
Stop Event
iter limit
node limit
Counts
192 → 192
Calls
Call 1
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)))))))

eval133.0ms (1.1%)

Compiler

Compiled 20880 to 2118 computations (89.9% saved)

prune88.0ms (0.8%)

Pruning

6 alts after pruning (6 fresh and 0 done)

PrunedKeptTotal
New9656971
Fresh000
Picked202
Done000
Total9676973
Accuracy
100.0%
Counts
973 → 6
Alt Table
Click to see full alt table
StatusAccuracyProgram
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))
Compiler

Compiled 146 to 108 computations (26% saved)

simplify151.0ms (1.3%)

Algorithm
egg-herbie
Localize:

Found 17 expressions of interest:

NewMetricScoreProgram
cost-diff0
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))
cost-diff0
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))
cost-diff0
(+.f64 a #s(literal -1/3 binary64))
cost-diff0
(-.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-diff0
(/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64))))
cost-diff0
(+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64)))))
cost-diff0
(+.f64 a #s(literal -1/3 binary64))
cost-diff0
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64))))))
cost-diff0
(*.f64 #s(literal 1/3 binary64) rand)
cost-diff0
(+.f64 #s(literal -1/3 binary64) a)
cost-diff0
(sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))
cost-diff0
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))
cost-diff0
(+.f64 #s(literal -1/3 binary64) a)
cost-diff0
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))
cost-diff0
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))
cost-diff0
(+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))
cost-diff0
(-.f64 (+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))) #s(literal 1/3 binary64))
Rules
3202×sum3-define
2196×sum4-define
1892×fma-define
1364×fma-lowering-fma.f32
1364×fma-lowering-fma.f64
Iterations

Useful iterations: 5 (0.0ms)

IterNodesCost
026147
161144
2151144
3379144
4745144
51690142
63792142
76685142
87855142
08130142
Stop Event
iter limit
node limit
Calls
Call 1
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)

localize220.0ms (1.9%)

Localize:

Found 17 expressions of interest:

NewMetricScoreProgram
accuracy100.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))))
accuracy100.0%
(+.f64 a #s(literal -1/3 binary64))
accuracy100.0%
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))
accuracy99.5%
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))
accuracy100.0%
(*.f64 a #s(literal 9 binary64))
accuracy99.9%
(*.f64 (+.f64 a #s(literal -1/3 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64))))))
accuracy99.8%
(sqrt.f64 (*.f64 a #s(literal 9 binary64)))
accuracy99.7%
(/.f64 rand (sqrt.f64 (*.f64 a #s(literal 9 binary64))))
accuracy100.0%
(+.f64 #s(literal -1/3 binary64) a)
accuracy100.0%
(sqrt.f64 (+.f64 #s(literal -1/3 binary64) a))
accuracy99.5%
(*.f64 (sqrt.f64 (+.f64 #s(literal -1/3 binary64) a)) (*.f64 #s(literal 1/3 binary64) rand))
accuracy99.5%
(*.f64 #s(literal 1/3 binary64) rand)
accuracy100.0%
(+.f64 #s(literal -1/3 binary64) a)
accuracy100.0%
(+.f64 a (/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand)))
accuracy100.0%
(+.f64 a #s(literal -1/3 binary64))
accuracy100.0%
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))
accuracy99.6%
(/.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) rand))
Results
157.0ms256×0valid
Compiler

Compiled 150 to 27 computations (82% saved)

Precisions
Click to see histograms. Total time spent on operations: 41.0ms
...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)

series60.0ms (0.5%)

Counts
16 → 300
Calls
Call 1
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)>
Calls

75 calls:

TimeVariablePointExpression
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)))))

rewrite301.0ms (2.6%)

Algorithm
batch-egg-rewrite
Rules
2302×*-lowering-*.f32
2302×*-lowering-*.f64
2038×sum3-define
1646×/-lowering-/.f32
1646×/-lowering-/.f64
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
026108
193103
2362103
31537101
46757101
08066101
Stop Event
iter limit
node limit
Counts
16 → 690
Calls
Call 1
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)))

simplify395.0ms (3.4%)

Algorithm
egg-herbie
Rules
3350×*-lowering-*.f32
3350×*-lowering-*.f64
2144×+-lowering-+.f64
2144×+-lowering-+.f32
1880×sum3-define
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
04084071
113893602
256073569
080303569
Stop Event
iter limit
node limit
Counts
300 → 300
Calls
Call 1
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))

eval304.0ms (2.6%)

Compiler

Compiled 18401 to 2000 computations (89.1% saved)

prune209.0ms (1.8%)

Pruning

14 alts after pruning (12 fresh and 2 done)

PrunedKeptTotal
New1122121134
Fresh101
Picked325
Done000
Total1126141140
Accuracy
100.0%
Counts
1140 → 14
Alt Table
Click to see full alt table
StatusAccuracyProgram
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)
Compiler

Compiled 237 to 187 computations (21.1% saved)

simplify147.0ms (1.3%)

Algorithm
egg-herbie
Localize:

Found 14 expressions of interest:

NewMetricScoreProgram
cost-diff0
(+.f64 a #s(literal -1/3 binary64))
cost-diff0
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))
cost-diff0
(/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)
cost-diff0
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))
cost-diff0
(*.f64 #s(literal 1/3 binary64) rand)
cost-diff0
(sqrt.f64 a)
cost-diff0
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))
cost-diff0
(+.f64 a #s(literal -1/3 binary64))
cost-diff0
(/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))
cost-diff256
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))
cost-diff0
(+.f64 a #s(literal -1/3 binary64))
cost-diff0
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))
cost-diff0
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))
cost-diff0
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))))
Rules
2582×fnmadd-define
2174×fma-define
1566×sum3-define
1188×fmsub-define
1168×fma-lowering-fma.f32
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
02089
14189
28188
312088
418288
530688
650388
776988
8105188
9176488
10283188
11403888
12572188
13614188
14665988
15715188
16742088
0800288
Stop Event
iter limit
node limit
Calls
Call 1
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

localize187.0ms (1.6%)

Localize:

Found 14 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(+.f64 a #s(literal -1/3 binary64))
accuracy100.0%
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))
accuracy99.7%
(/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand)
accuracy99.5%
(/.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)) rand))
accuracy100.0%
(sqrt.f64 a)
accuracy99.5%
(*.f64 (sqrt.f64 a) (*.f64 #s(literal 1/3 binary64) rand))
accuracy99.5%
(*.f64 #s(literal 1/3 binary64) rand)
accuracy100.0%
(+.f64 a #s(literal -1/3 binary64))
accuracy100.0%
(/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64)))
accuracy99.8%
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 a #s(literal -1/3 binary64))))
accuracy100.0%
(-.f64 a (*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64))))
accuracy100.0%
(+.f64 a #s(literal -1/3 binary64))
accuracy100.0%
(sqrt.f64 (+.f64 a #s(literal -1/3 binary64)))
accuracy99.5%
(*.f64 (sqrt.f64 (+.f64 a #s(literal -1/3 binary64))) (/.f64 rand #s(literal -3 binary64)))
Results
136.0ms256×0valid
Compiler

Compiled 97 to 21 computations (78.4% saved)

Precisions
Click to see histograms. Total time spent on operations: 40.0ms
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)

series11.0ms (0.1%)

Counts
12 → 204
Calls
Call 1
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))))>
Calls

51 calls:

TimeVariablePointExpression
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)

rewrite306.0ms (2.6%)

Algorithm
batch-egg-rewrite
Rules
2128×*-lowering-*.f32
2128×*-lowering-*.f64
1676×/-lowering-/.f32
1676×/-lowering-/.f64
1630×fma-lowering-fma.f32
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
02064
18264
232762
3123360
4484060
0821760
Stop Event
iter limit
node limit
Counts
12 → 911
Calls
Call 1
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)))

simplify255.0ms (2.2%)

Algorithm
egg-herbie
Rules
3920×*-lowering-*.f32
3920×*-lowering-*.f64
1988×+-lowering-+.f64
1988×+-lowering-+.f32
1508×fma-lowering-fma.f32
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
04272534
113792154
253502119
082452119
Stop Event
iter limit
node limit
Counts
204 → 204
Calls
Call 1
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)))))

eval153.0ms (1.3%)

Compiler

Compiled 21707 to 2683 computations (87.6% saved)

prune197.0ms (1.7%)

Pruning

17 alts after pruning (12 fresh and 5 done)

PrunedKeptTotal
New1197101207
Fresh527
Picked235
Done022
Total1204171221
Accuracy
100.0%
Counts
1221 → 17
Alt Table
Click to see full alt table
StatusAccuracyProgram
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)
Compiler

Compiled 260 to 197 computations (24.2% saved)

simplify110.0ms (0.9%)

Algorithm
egg-herbie
Localize:

Found 14 expressions of interest:

NewMetricScoreProgram
cost-diff0
(sqrt.f64 a)
cost-diff0
(*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))
cost-diff0
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))
cost-diff0
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))
cost-diff0
(sqrt.f64 a)
cost-diff0
(*.f64 rand (sqrt.f64 a))
cost-diff0
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64))
cost-diff0
(sqrt.f64 a)
cost-diff0
(*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))
cost-diff0
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand)
cost-diff0
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))
cost-diff0
(/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))
cost-diff0
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))
cost-diff0
(-.f64 a (/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64)))
Rules
1594×fnmadd-define
1514×fma-define
1080×sum3-define
1062×fmsub-define
958×fnmsub-define
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
02094
14194
28893
317392
426492
543092
684592
7145192
8240692
9388092
10507392
11561092
12568892
13572792
14573592
15573592
0573592
Stop Event
iter limit
saturated
Calls
Call 1
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)

localize132.0ms (1.1%)

Localize:

Found 14 expressions of interest:

NewMetricScoreProgram
accuracy100.0%
(-.f64 a (*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))))
accuracy100.0%
(sqrt.f64 a)
accuracy99.8%
(*.f64 rand (*.f64 #s(literal -1/3 binary64) (sqrt.f64 a)))
accuracy99.4%
(*.f64 #s(literal -1/3 binary64) (sqrt.f64 a))
accuracy100.0%
(sqrt.f64 a)
accuracy99.7%
(/.f64 (*.f64 rand (sqrt.f64 a)) #s(literal 3 binary64))
accuracy99.7%
(*.f64 rand (sqrt.f64 a))
accuracy100.0%
(sqrt.f64 a)
accuracy99.8%
(*.f64 (*.f64 (sqrt.f64 a) #s(literal 1/3 binary64)) rand)
accuracy99.4%
(*.f64 (sqrt.f64 a) #s(literal 1/3 binary64))
accuracy100.0%
(+.f64 a #s(literal -1/3 binary64))
accuracy100.0%
(pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))
accuracy99.7%
(/.f64 (/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64))) #s(literal -3 binary64))
accuracy99.6%
(/.f64 rand (pow.f64 (+.f64 a #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))
Results
107.0ms256×0valid
Compiler

Compiled 97 to 21 computations (78.4% saved)

Precisions
Click to see histograms. Total time spent on operations: 44.0ms
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)

series10.0ms (0.1%)

Counts
13 → 252
Calls
Call 1
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)))>
Calls

63 calls:

TimeVariablePointExpression
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))

rewrite272.0ms (2.3%)

Algorithm
batch-egg-rewrite
Rules
2316×+-lowering-+.f64
2316×+-lowering-+.f32
1644×*-lowering-*.f32
1644×*-lowering-*.f64
1288×/-lowering-/.f32
Iterations

Useful iterations: 3 (0.0ms)

IterNodesCost
02075
16775
223570
387269
4289469
5757469
0866869
Stop Event
iter limit
node limit
Counts
13 → 595
Calls
Call 1
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))))

simplify308.0ms (2.6%)

Algorithm
egg-herbie
Rules
3892×*-lowering-*.f32
3892×*-lowering-*.f64
3834×+-lowering-+.f64
3834×+-lowering-+.f32
954×distribute-rgt-in
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
02872210
19252109
233512058
379622058
083382058
Stop Event
iter limit
node limit
Counts
252 → 252
Calls
Call 1
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)))

eval127.0ms (1.1%)

Compiler

Compiled 11749 to 1704 computations (85.5% saved)

prune132.0ms (1.1%)

Pruning

18 alts after pruning (8 fresh and 10 done)

PrunedKeptTotal
New9083911
Fresh257
Picked055
Done055
Total91018928
Accuracy
100.0%
Counts
928 → 18
Alt Table
Click to see full alt table
StatusAccuracyProgram
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)
Compiler

Compiled 434 to 207 computations (52.3% saved)

regimes42.0ms (0.4%)

Counts
33 → 1
Calls
Call 1
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))
Calls

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
Results
AccuracySegmentsBranch
99.9%1a
99.9%1rand
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)))
Compiler

Compiled 35 to 23 computations (34.3% saved)

regimes36.0ms (0.3%)

Counts
29 → 1
Calls
Call 1
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))))
Calls

2 calls:

25.0ms
rand
8.0ms
a
Results
AccuracySegmentsBranch
99.8%1a
99.8%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes20.0ms (0.2%)

Counts
28 → 1
Calls
Call 1
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))))))
Calls

2 calls:

10.0ms
rand
8.0ms
a
Results
AccuracySegmentsBranch
99.1%1a
99.1%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes19.0ms (0.2%)

Counts
27 → 1
Calls
Call 1
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)))
Calls

2 calls:

9.0ms
rand
8.0ms
a
Results
AccuracySegmentsBranch
98.7%1a
98.7%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes25.0ms (0.2%)

Counts
26 → 1
Calls
Call 1
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))))
Calls

2 calls:

9.0ms
rand
8.0ms
a
Results
AccuracySegmentsBranch
98.7%1a
98.7%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes19.0ms (0.2%)

Counts
25 → 1
Calls
Call 1
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)))
Calls

2 calls:

10.0ms
a
7.0ms
rand
Results
AccuracySegmentsBranch
98.1%1a
98.1%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes12.0ms (0.1%)

Counts
17 → 1
Calls
Call 1
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))))
Calls

2 calls:

5.0ms
rand
5.0ms
a
Results
AccuracySegmentsBranch
98.1%1a
98.1%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes12.0ms (0.1%)

Counts
16 → 1
Calls
Call 1
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))))
Calls

2 calls:

5.0ms
rand
5.0ms
a
Results
AccuracySegmentsBranch
98.1%1a
98.1%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes12.0ms (0.1%)

Counts
15 → 3
Calls
Call 1
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)))
Calls

2 calls:

6.0ms
rand
5.0ms
a
Results
AccuracySegmentsBranch
58.8%1a
94.0%3rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes6.0ms (0%)

Counts
14 → 3
Calls
Call 1
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))
Calls

1 calls:

5.0ms
rand
Results
AccuracySegmentsBranch
94.0%3rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes8.0ms (0.1%)

Counts
13 → 3
Calls
Call 1
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))
Calls

1 calls:

7.0ms
rand
Results
AccuracySegmentsBranch
93.6%3rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes4.0ms (0%)

Counts
10 → 3
Calls
Call 1
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))
Calls

1 calls:

4.0ms
rand
Results
AccuracySegmentsBranch
93.6%3rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes4.0ms (0%)

Counts
9 → 3
Calls
Call 1
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)))
Calls

1 calls:

3.0ms
rand
Results
AccuracySegmentsBranch
93.6%3rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes5.0ms (0%)

Counts
8 → 3
Calls
Call 1
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)))
Calls

1 calls:

4.0ms
rand
Results
AccuracySegmentsBranch
93.5%3rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes3.0ms (0%)

Counts
7 → 3
Calls
Call 1
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)))
Calls

1 calls:

3.0ms
rand
Results
AccuracySegmentsBranch
93.5%3rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes3.0ms (0%)

Counts
5 → 1
Calls
Call 1
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)
Calls

1 calls:

2.0ms
rand
Results
AccuracySegmentsBranch
58.8%1rand
Compiler

Compiled 3 to 2 computations (33.3% saved)

regimes3.0ms (0%)

Counts
2 → 1
Calls
Call 1
Inputs
#s(literal -1/3 binary64)
a
Outputs
a
Calls

2 calls:

2.0ms
rand
2.0ms
a
Results
AccuracySegmentsBranch
57.8%1a
57.8%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

regimes4.0ms (0%)

Accuracy

Total -0.0b remaining (-0%)

Threshold costs -0b (-0%)

Counts
1 → 1
Calls
Call 1
Inputs
#s(literal -1/3 binary64)
Outputs
#s(literal -1/3 binary64)
Calls

2 calls:

2.0ms
rand
1.0ms
a
Results
AccuracySegmentsBranch
1.7%1a
1.7%1rand
Compiler

Compiled 6 to 4 computations (33.3% saved)

bsearch41.0ms (0.3%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
23.0ms
3.785744712597256e+71
9.046676669199033e+84
14.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
28.0ms272×0valid
Compiler

Compiled 316 to 255 computations (19.3% saved)

Precisions
Click to see histograms. Total time spent on operations: 16.0ms
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)

bsearch41.0ms (0.4%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
22.0ms
3.785744712597256e+71
9.046676669199033e+84
16.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
26.0ms272×0valid
Compiler

Compiled 316 to 255 computations (19.3% saved)

Precisions
Click to see histograms. Total time spent on operations: 17.0ms
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)

bsearch65.0ms (0.6%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
20.0ms
3.785744712597256e+71
9.046676669199033e+84
34.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
25.0ms272×0valid
Compiler

Compiled 282 to 221 computations (21.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 15.0ms
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)

bsearch43.0ms (0.4%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
22.0ms
3.785744712597256e+71
9.046676669199033e+84
14.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
25.0ms272×0valid
Compiler

Compiled 282 to 221 computations (21.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 15.0ms
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)

bsearch53.0ms (0.5%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
35.0ms
3.785744712597256e+71
9.046676669199033e+84
14.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
40.0ms272×0valid
Compiler

Compiled 282 to 221 computations (21.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 16.0ms
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)

bsearch44.0ms (0.4%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
22.0ms
3.785744712597256e+71
9.046676669199033e+84
18.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
27.0ms272×0valid
Compiler

Compiled 282 to 221 computations (21.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 17.0ms
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)

bsearch119.0ms (1%)

Algorithm
binary-search
Stop Event
narrow-enough
narrow-enough
Steps
TimeLeftRight
100.0ms
3.785744712597256e+71
9.046676669199033e+84
15.0ms
-4.0460763254886996e+70
-3.580571169379865e+68
Results
106.0ms272×0valid
Compiler

Compiled 282 to 221 computations (21.6% saved)

Precisions
Click to see histograms. Total time spent on operations: 16.0ms
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)

simplify35.0ms (0.3%)

Algorithm
egg-herbie
Rules
58×*-commutative_binary64
52×+-commutative_binary64
46×sub-neg_binary64
32×neg-sub0_binary64
32×neg-mul-1_binary64
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
093231
1155231
2203231
3243231
4266231
5275231
6277231
Stop Event
saturated
Calls
Call 1
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)

soundness3.5s (29.7%)

Rules
4584×*-lowering-*.f32
4584×*-lowering-*.f64
3920×*-lowering-*.f32
3920×*-lowering-*.f64
3648×+-lowering-+.f64
Iterations

Useful iterations: 2 (0.0ms)

IterNodesCost
03563530
111863029
244242972
081402972
01414
13313
28512
322812
455312
599912
6161312
7281812
8739612
9783512
10799212
0811912
02184
17381
222772
3100370
4558970
0819470
02064
18264
232762
3123360
4484060
0821760
02075
16775
223570
387269
4289469
5757469
0866869
04272534
113792154
253502119
082452119
026108
193103
2362103
31537101
46757101
08066101
04084071
113893602
256073569
080303569
Stop Event
fuel
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
iter limit
node limit
Compiler

Compiled 1112 to 712 computations (36% saved)

preprocess120.0ms (1%)

Compiler

Compiled 558 to 208 computations (62.7% saved)

end0.0ms (0%)

Profiling

Loading profile data...